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
22 lines
387 B
Python
22 lines
387 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class EquipmentCategory(object):
|
|
Unable = 0
|
|
Exp = 1
|
|
Bag = 2
|
|
Hat = 3
|
|
Gloves = 4
|
|
Shoes = 5
|
|
Badge = 6
|
|
Hairpin = 7
|
|
Charm = 8
|
|
Watch = 9
|
|
Necklace = 10
|
|
WeaponExpGrowthA = 11
|
|
WeaponExpGrowthB = 12
|
|
WeaponExpGrowthC = 13
|
|
WeaponExpGrowthZ = 14
|
|
|