...

Text file src/github.com/google/flatbuffers/tests/MyGame/Example/TestEnum.py

Documentation: github.com/google/flatbuffers/tests/MyGame/Example

     1# automatically generated by the FlatBuffers compiler, do not modify
     2
     3# namespace: Example
     4
     5class TestEnum(object):
     6    A = 0
     7    B = 1
     8    C = 2

View as plain text