Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 727 Bytes

DrawCardEvent.md

File metadata and controls

12 lines (9 loc) · 727 Bytes

Tgm.Roborally.Api.Model.DrawCardEvent

The event that occurs if a player gets his programming cards

Properties

Name Type Description Notes
Robot int The unique identification of this entity. <br> !!! This is not the id of the player<br> This value will be autogenerated by the api and is read only
Count int The number of cards drawn
Cards List<int> The drawn cards. This is only visible for the player himself [optional]

[Back to Model list] [Back to API list] [Back to README]