Struct GameFoundationSerializableData
Serializable data structure that contains the state of Game Foundation.
Namespace: UnityEngine.GameFoundation.DataPersistence
Assembly: solution.dll
Syntax
[Serializable]
public struct GameFoundationSerializableData
Fields
| Name | Description |
|---|---|
| inventoryManagerData | The data of InventoryManager to be persisted. |
| statManagerData | The data of StatManager to be persisted. |
| version | The version of of the save schematic |
| walletData | The data of Wallet to be persisted. |
Properties
| Name | Description |
|---|---|
| Empty | Get an empty instance of this class. |