12 lines
193 B
Python
12 lines
193 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class DamageFontColor(object):
|
|
Blue = 0
|
|
White = 1
|
|
Yellow = 2
|
|
Red = 3
|
|
Green = 4
|
|
|