C# Class PersistentStorage, catlikecoding

Inheritance: MonoBehaviour
Afficher le fichier Open project: andreiazotov/catlikecoding Class Usage Examples

Méthodes publiques

Méthode Description
Load ( PersistableObject, o ) : void
Save ( PersistableObject, o ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

Load() public méthode

public Load ( PersistableObject, o ) : void
o PersistableObject,
Résultat void

Save() public méthode

public Save ( PersistableObject, o ) : void
o PersistableObject,
Résultat void