mirror of
https://github.com/Deathemonic/BA-AD.git
synced 2025-07-29 03:37:24 +02:00

- bump dump file to support latest client 1.46.287264 - updated flatbuf generator to support lastest dump file - refactored table extracter
19 lines
354 B
Python
19 lines
354 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class MissionCategory(object):
|
|
Challenge = 0
|
|
Daily = 1
|
|
Weekly = 2
|
|
Achievement = 3
|
|
GuideMission = 4
|
|
All = 5
|
|
MiniGameScore = 6
|
|
MiniGameEvent = 7
|
|
EventAchievement = 8
|
|
DailySudden = 9
|
|
DailyFixed = 10
|
|
EventFixed = 11
|
|
|