saerro-go/types/census.go
2024-06-13 22:33:29 -04:00

10 lines
77 B
Go

package types
type Faction uint8
const (
VS Faction = iota
NC
TR
NSO
)