Command.py 207 B

12345678910
  1. # automatically generated by the FlatBuffers compiler, do not modify
  2. # namespace: wire_protocol
  3. class Command(object):
  4. ShiftLeft = 0
  5. ShiftRight = 1
  6. Rotate = 2
  7. Land = 3
  8. GetGameState = 4