C# 클래스 PerfectSmite.Smite

파일 보기 프로젝트 열기: Hellsing/EloBuddy-Addons

Private Properties

프로퍼티 타입 설명
OnCreate void
OnDelete void
OnDraw void
OnLoadingComplete void
OnUpdate void

공개 메소드들

메소드 설명
Main ( string args ) : void

비공개 메소드들

메소드 설명
OnCreate ( GameObject sender, EventArgs args ) : void
OnDelete ( GameObject sender, EventArgs args ) : void
OnDraw ( EventArgs args ) : void
OnLoadingComplete ( EventArgs args ) : void
OnUpdate ( EventArgs args ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void