Struct StatItemSerializableData
Serializable data structure that contains the state of a StatItem.
Namespace: UnityEngine.GameFoundation.DataPersistence
Assembly: solution.dll
Syntax
[Serializable]
public struct StatItemSerializableData
Constructors
| Name | Description |
|---|---|
| StatItemSerializableData(StatItemSerializableData) | Initializes an instance from a |
Fields
| Name | Description |
|---|---|
| itemId | The id of the item the stat is linked to. |
| stats | List of the item stats with their value. |