mirror of
https://github.com/arnaucube/gogame.git
synced 2026-02-07 19:46:39 +01:00
initial structure
This commit is contained in:
8
models/planet.go
Normal file
8
models/planet.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
type Planet struct {
|
||||
Id string
|
||||
Size int64 // fields
|
||||
Name string
|
||||
OwnerId string
|
||||
}
|
||||
Reference in New Issue
Block a user