This commit is contained in:
41666 2024-06-13 22:33:29 -04:00
commit c5cc245e25
29 changed files with 926 additions and 0 deletions

10
types/census.go Normal file
View file

@ -0,0 +1,10 @@
package types
type Faction uint8
const (
VS Faction = iota
NC
TR
NSO
)