C# Class Fungus.SavePointLoaded

Inheritance: EventHandler
Show file Open project: snozbot/fungus Class Usage Examples

Public Methods

Method Description
NotifyEventHandlers ( string _savePointKey ) : void

Protected Methods

Method Description
OnSavePointLoaded ( string _savePointKey ) : void

Method Details

NotifyEventHandlers() public static method

public static NotifyEventHandlers ( string _savePointKey ) : void
_savePointKey string
return void

OnSavePointLoaded() protected method

protected OnSavePointLoaded ( string _savePointKey ) : void
_savePointKey string
return void