mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 13:54:43 +01:00
Initial commit
This commit is contained in:
8
game_server/game/enum/data_type.py
Normal file
8
game_server/game/enum/data_type.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from enum import Enum
|
||||
|
||||
class DataType(Enum):
|
||||
MATERIAL = 1
|
||||
WEAPON = 2
|
||||
STIGMATA = 3
|
||||
AVATAR = 4
|
||||
PLAYER = 5
|
||||
6
game_server/game/enum/item_type.py
Normal file
6
game_server/game/enum/item_type.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from enum import Enum
|
||||
|
||||
class MainType(Enum):
|
||||
MATERIAL = 1
|
||||
WEAPON = 2
|
||||
STIGMATA = 3
|
||||
Reference in New Issue
Block a user