CommandResponseError.py 211 B

123456789
  1. # automatically generated by the FlatBuffers compiler, do not modify
  2. # namespace: wire_protocol
  3. class CommandResponseError(object):
  4. OK = 0
  5. INVALID_COMMAND = 1
  6. UNKNOWN_COMMAND = 2
  7. GAME_OVER = 3