Property Data
Data
Custom game-specific properties that apply to an individual player (e.g. role
or skill
).
Declaration
[Preserve]
public Dictionary<string, PlayerDataObject> Data { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, PlayerDataObject> |