Struct GameFoundationData
Serializable data structure that contains the state of Game Foundation.
Namespace: UnityEngine.GameFoundation.Data
Assembly: solution.dll
Syntax
[Serializable]
public struct GameFoundationData
Fields
| Name | Description |
|---|---|
| inventoryManagerData | The data of InventoryManager 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. |