Class GameFoundationSerializableData
Serializable data structure that contains the state of Game Foundation.
Implements
Namespace: UnityEngine .GameFoundation .DataPersistence
Assembly: solution.dll
Syntax
[Serializable]
public class GameFoundationSerializableData : ISerializableData
Constructors
Name | Description |
---|---|
Game |
Default constructor for serialization purpose |
Game |
Basic constructor that take the stat manager, the inventory manager data and the gameItemLookup data. |
Properties
Name | Description |
---|---|
game |
The data of GameItemLookup to be persisted. |
inventory |
The data of InventoryManager to be persisted. |
stat |
The data of StatManager to be persisted. |
version | The version of of the save schematic |