This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
K0lb3 16d6d3f877 flatbuf decoder added
integrated into extract_tables
2021-11-12 23:14:45 +01:00

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