Oliver-Akins / Phantom-Ink-Online

The online prototype for Resonym's game titled Phantom Ink.
http://phantominkgame.com/
6 stars 2 forks source link

GetPastQuestions WS event #15

Closed Oliver-Akins closed 3 years ago

Oliver-Akins commented 3 years ago

Description:

This event is sent from the client to the server when it has the PastQuestions component visible.

Request Payload:

Property Type Description
team Integer The team we are requesting the questions for. This can be one of 1, or 2, any other value will cause an error to be returned.

Response Payload: (PastQuestions)

Property Type Description
questions String[] All the previously chosen questions for the team.