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

- typo fix at main - added __all__ at flatdata init - added missing type hints - fix formatting - table service now uses pathlib - set unused progress to a private variable - added proper error handling when extracting (probaly need to refactor it) - fix path not recognizing as path at table extractor - change the extracting progress bar to one instead of the download like progress bar
23 lines
432 B
Python
23 lines
432 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class SocialMode(object):
|
|
TITLE = 0
|
|
LOBBY = 1
|
|
FORMATION = 2
|
|
STAGE_SELECT = 3
|
|
BATTLE = 4
|
|
POPUP = 5
|
|
BATTLE_RESULT = 6
|
|
BATTLE_RESULT_VICTORY = 7
|
|
BATTLE_RESULT_DEFEAT = 8
|
|
INVALID = 9
|
|
TACTIC = 10
|
|
STRATEGY = 11
|
|
ACCONT = 12
|
|
CAMPAIGN_STORY = 13
|
|
CAMPAIGN_STAGE = 14
|
|
TACTICREADY = 15
|
|
|