commands A, W

This commit is contained in:
Ilia Denisov
2025-09-30 20:44:10 +03:00
parent 128d6862a7
commit 04fc96dc8f
6 changed files with 179 additions and 51 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ type Race struct {
type Relation string
const (
RelationWar = "War"
RelationPeace = "Peace"
RelationWar Relation = "War"
RelationPeace Relation = "Peace"
)
type RaceRelation struct {