spacetea/simulator/tile.go

8 lines
88 B
Go
Raw Normal View History

2022-05-17 23:29:59 -04:00
package simulator
//Tile is a tile
type Tile struct {
Maker Producer
User *Player
}