Command.py 238 B

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