mirror of
https://github.com/Deathemonic/BA-AD.git
synced 2025-07-30 03:37:28 +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
24 lines
471 B
Python
24 lines
471 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class FurnitureSubCategory(object):
|
|
Table = 0
|
|
Closet = 1
|
|
Chair = 2
|
|
Bed = 3
|
|
FurnitureEtc = 4
|
|
FurnitureSubCategory1 = 5
|
|
Prop = 6
|
|
HomeAppliance = 7
|
|
WallDecoration = 8
|
|
FloorDecoration = 9
|
|
DecorationEtc = 10
|
|
DecorationSubCategory1 = 11
|
|
Floor = 12
|
|
Background = 13
|
|
Wallpaper = 14
|
|
InteriorsSubCategory1 = 15
|
|
All = 16
|
|
|