auts/types.v
2020-04-30 15:02:14 +03:00

9 lines
59 B
V

module main
struct WorldPos {
mut:
x int
y int
z int
}