C# 클래스 TinkerWorX.SharpCraft.PluginSystem

파일 보기 프로젝트 열기: TinkerWorX/SharpCraft 1 사용 예제들

공개 메소드들

메소드 설명
LoadPlugins ( String folder, PluginContext context ) : void
OnGameLoad ( ) : void
OnMapEnd ( ) : void
OnMapStart ( ) : void

비공개 메소드들

메소드 설명
PluginSystem ( ) : System

메소드 상세

LoadPlugins() 공개 정적인 메소드

public static LoadPlugins ( String folder, PluginContext context ) : void
folder String
context PluginContext
리턴 void

OnGameLoad() 공개 정적인 메소드

public static OnGameLoad ( ) : void
리턴 void

OnMapEnd() 공개 정적인 메소드

public static OnMapEnd ( ) : void
리턴 void

OnMapStart() 공개 정적인 메소드

public static OnMapStart ( ) : void
리턴 void