Struct StatSerializableData
Serializable data structure that contains the state of a Stat.
Namespace: UnityEngine.GameFoundation.DataPersistence
Assembly: solution.dll
Syntax
[Serializable]
public struct StatSerializableData
Fields
Name | Description |
---|---|
statDictionaryId | The id of the stat in the dictionary. |
statItem | The serialized data of the stat. |