PUBLISH turn/take

PUB turn/take
PUBLISH turn/take

Message

Payload

  • game object
    Hide game attribute Show game attribute object
  • tile object
    Hide tile attributes Show tile attributes object
  • Values are DEVELOP_RESIDENTIAL, DEVELOP_COMMERCIAL, DEVELOP_MANUFACTURING, DEVELOP_STREET, UPGRADE, or SKIP.

Payload example
{
  "game": {
    "id": "HX8K0S"
  },
  "tile": {
    "x": 0,
    "y": 0
  },
  "tileAction": "DEVELOP_RESIDENTIAL"
}