1
0
Fork 0
auts/types.v

9 lines
59 B
V

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