adjustement

This commit is contained in:
guiyomu-dev
2026-02-14 21:10:31 +01:00
parent 285129e47e
commit 48aa3aee66
6 changed files with 39 additions and 24 deletions

7
pkg/data/game/game.go Normal file
View File

@@ -0,0 +1,7 @@
package game
const (
CharClassic uint16 = 1
CharLoD uint16 = 2
CharDLC uint16 = 3
)