This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
143 B
Go

package gameworld
type Faction int
const (
FactionBurningWall = 1
FactionLunaki = 2
FactionRegium = 3
FactionElectus = 4
)