C# Class Fungus.SaveManagerSignals

Save manager signalling system. You can use this to be notified about various events in the save game system.
Afficher le fichier Open project: snozbot/fungus Class Usage Examples

Méthodes publiques

Méthode Description
DoSavePointAdded ( string savePointKey, string savePointDescription ) : void
DoSavePointLoaded ( string savePointKey ) : void

Method Details

DoSavePointAdded() public static méthode

public static DoSavePointAdded ( string savePointKey, string savePointDescription ) : void
savePointKey string
savePointDescription string
Résultat void

DoSavePointLoaded() public static méthode

public static DoSavePointLoaded ( string savePointKey ) : void
savePointKey string
Résultat void