new game, fs repo layer
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package game
|
||||
|
||||
type Map struct {
|
||||
Width uint32
|
||||
Height uint32
|
||||
|
||||
Planet []Planet
|
||||
}
|
||||
Reference in New Issue
Block a user