wip: generate report
This commit is contained in:
@@ -20,6 +20,10 @@ type Race struct {
|
||||
|
||||
type Relation string
|
||||
|
||||
func (r Relation) String() string {
|
||||
return string(r)
|
||||
}
|
||||
|
||||
const (
|
||||
RelationWar Relation = "War"
|
||||
RelationPeace Relation = "Peace"
|
||||
|
||||
Reference in New Issue
Block a user