This repository has been archived on 2023-04-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
family-lineage/server/plugin/gameworld/gameworld.go

11 lines
143 B
Go

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