auts/isotest/cell.v
2020-08-20 21:16:10 +03:00

9 lines
55 B
V

module main
struct Cell {
mut:
z int
tile_id int
}