C# Class Statman.Engines.HM3Engine

Inheritance: IEngine
ファイルを表示 Open project: OrfeasZ/Statman

Public Methods

Method Description
Dispose ( ) : void
HM3Engine ( ) : System
OnMessage ( string p_Type, string p_Data ) : void
SendMessage ( string p_Type, string p_Contents ) : void
Update ( ) : void

Private Methods

Method Description
InitMenuItems ( ) : void
OnEnableCheats ( object p_Sender, RoutedEventArgs p_RoutedEventArgs ) : void
OnUnlimitedSaves ( object p_Sender, RoutedEventArgs p_RoutedEventArgs ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HM3Engine() public method

public HM3Engine ( ) : System
return System

OnMessage() public method

public OnMessage ( string p_Type, string p_Data ) : void
p_Type string
p_Data string
return void

SendMessage() public method

public SendMessage ( string p_Type, string p_Contents ) : void
p_Type string
p_Contents string
return void

Update() public method

public Update ( ) : void
return void