Advertisement
Guest User

NeedTurnOutputExample

a guest
Mar 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.34 KB | None | 0 0
  1. {
  2.    "PlayerDecisions":[
  3.       {
  4.          "Type":"MoveShip",
  5.          "ObjectId":0,
  6.          "TargetPosition":{
  7.             "row":1,
  8.             "col":0
  9.          }
  10.       },
  11.       {
  12.          "Type":"AttackShip",
  13.          "ObjectId":0,
  14.          "TargetPosition":{
  15.             "row":3,
  16.             "col":0
  17.          }
  18.       }
  19.    ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement