Package pragma.playerdata #
Types #
| Name | Summary | 
|---|---|
 Interface used with classes that store data for a player  | |
 Param of a PlayerDataOperation.  | |
 A logical grouping of Components with a unique identifier and string name  | |
 Contains reference to the player’s entities and used to keep track of changes to apply in the db  | |
 A Component but used to store data that should never be visible to the player and will be filtered out of a PlayerDataServiceRpc.GetV1Response  | |
 Provides access to content in a PlayerDataOperation  | |
 Use this interface when defining content in Kotlin classes  | |
 Provides access to a player’s Entities and provides functions to add, update, and delete.  |