Files
BA-AD/baad/FlatData/Difficulty.py
Deathemonic 2ee2061ae9 feat: bump dump
- bump dump file to support latest client 1.46.287264
- updated flatbuf generator to support lastest dump file
- refactored table extracter
2024-07-15 23:21:43 +08:00

14 lines
229 B
Python

# automatically generated by the FlatBuffers compiler, do not modify
# namespace: FlatData
class Difficulty(object):
Normal = 0
Hard = 1
VeryHard = 2
Hardcore = 3
Extreme = 4
Insane = 5
Torment = 6