adjustement
This commit is contained in:
7
pkg/data/game/game.go
Normal file
7
pkg/data/game/game.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package game
|
||||
|
||||
const (
|
||||
CharClassic uint16 = 1
|
||||
CharLoD uint16 = 2
|
||||
CharDLC uint16 = 3
|
||||
)
|
||||
Reference in New Issue
Block a user