11 lines
183 B
Python
11 lines
183 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class EntityMaterialType(object):
|
|
Wood = 0
|
|
Stone = 1
|
|
Flesh = 2
|
|
Metal = 3
|
|
|