Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 606 Bytes

PurchaseEvent.md

File metadata and controls

11 lines (8 loc) · 606 Bytes

Tgm.Roborally.Api.Model.PurchaseEvent

The event that occurs if a player buys an upgrade

Properties

Name Type Description Notes
Player int This id uniquely identifys the player (in a game). Not to be confused with the `uid` which is used for authentication [optional]
Upgrade int The id of an upgrade. Unique [optional]

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