commands A, W
This commit is contained in:
@@ -25,8 +25,8 @@ type Race struct {
|
||||
type Relation string
|
||||
|
||||
const (
|
||||
RelationWar = "War"
|
||||
RelationPeace = "Peace"
|
||||
RelationWar Relation = "War"
|
||||
RelationPeace Relation = "Peace"
|
||||
)
|
||||
|
||||
type RaceRelation struct {
|
||||
|
||||
Reference in New Issue
Block a user