C# 클래스 Statman.Engines.HM3Engine

상속: IEngine
파일 보기 프로젝트 열기: OrfeasZ/Statman

공개 메소드들

메소드 설명
Dispose ( ) : void
HM3Engine ( ) : System
OnMessage ( string p_Type, string p_Data ) : void
SendMessage ( string p_Type, string p_Contents ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
InitMenuItems ( ) : void
OnEnableCheats ( object p_Sender, RoutedEventArgs p_RoutedEventArgs ) : void
OnUnlimitedSaves ( object p_Sender, RoutedEventArgs p_RoutedEventArgs ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HM3Engine() 공개 메소드

public HM3Engine ( ) : System
리턴 System

OnMessage() 공개 메소드

public OnMessage ( string p_Type, string p_Data ) : void
p_Type string
p_Data string
리턴 void

SendMessage() 공개 메소드

public SendMessage ( string p_Type, string p_Contents ) : void
p_Type string
p_Contents string
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void