C# Class Fungus.SaveManagerSignals

Save manager signalling system. You can use this to be notified about various events in the save game system.
ファイルを表示 Open project: snozbot/fungus Class Usage Examples

Public Methods

Method Description
DoSavePointAdded ( string savePointKey, string savePointDescription ) : void
DoSavePointLoaded ( string savePointKey ) : void

Method Details

DoSavePointAdded() public static method

public static DoSavePointAdded ( string savePointKey, string savePointDescription ) : void
savePointKey string
savePointDescription string
return void

DoSavePointLoaded() public static method

public static DoSavePointLoaded ( string savePointKey ) : void
savePointKey string
return void