Require player data to exist
This commit is contained in:
10
server/plugin/gameworld/gameworld.go
Normal file
10
server/plugin/gameworld/gameworld.go
Normal file
@ -0,0 +1,10 @@
|
||||
package gameworld
|
||||
|
||||
type Faction int
|
||||
|
||||
const (
|
||||
FactionBurningWall = 1
|
||||
FactionLunaki = 2
|
||||
FactionRegium = 3
|
||||
FactionElectus = 4
|
||||
)
|
Reference in New Issue
Block a user