C# Class PersistentStorage, catlikecoding

Inheritance: MonoBehaviour
Mostra file Open project: andreiazotov/catlikecoding Class Usage Examples

Public Methods

Method Description
Load ( PersistableObject, o ) : void
Save ( PersistableObject, o ) : void

Private Methods

Method Description
Awake ( ) : void

Method Details

Load() public method

public Load ( PersistableObject, o ) : void
o PersistableObject,
return void

Save() public method

public Save ( PersistableObject, o ) : void
o PersistableObject,
return void