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
17 lines
323 B
Python
17 lines
323 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class FriendSearchLevelOption(object):
|
|
Recommend = 0
|
|
All = 1
|
|
Level1To30 = 2
|
|
Level31To40 = 3
|
|
Level41To50 = 4
|
|
Level51To60 = 5
|
|
Level61To70 = 6
|
|
Level71To80 = 7
|
|
Level81To90 = 8
|
|
Level91To100 = 9
|
|
|