init
This commit is contained in:
commit
c5cc245e25
29 changed files with 926 additions and 0 deletions
10
types/census.go
Normal file
10
types/census.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package types
|
||||
|
||||
type Faction uint8
|
||||
|
||||
const (
|
||||
VS Faction = iota
|
||||
NC
|
||||
TR
|
||||
NSO
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue