new game, fs repo layer
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package game
|
||||
|
||||
import "github.com/google/uuid"
|
||||
|
||||
type Game struct {
|
||||
ID uuid.UUID
|
||||
Map Map
|
||||
Race []Race
|
||||
}
|
||||
Reference in New Issue
Block a user