saving new turn
This commit is contained in:
@@ -17,8 +17,8 @@ const (
|
||||
)
|
||||
|
||||
type ProductionType struct {
|
||||
Production PlanetProduction
|
||||
SubjectName string // TODO: change to UUID
|
||||
Production PlanetProduction `json:"type"`
|
||||
SubjectName string `json:"subject"` // TODO: change to UUID
|
||||
}
|
||||
|
||||
func (p PlanetProduction) AsType(subject string) ProductionType {
|
||||
|
||||
Reference in New Issue
Block a user