C# 클래스 SeptorPlugins.NoClip

상속: System.MarshalByRefObject, IPluginPlayerUpdate, IPluginChatCommand
파일 보기 프로젝트 열기: septor/TerrariaPatcherPlugins

공개 메소드들

메소드 설명
NoClip ( ) : System
OnChatCommand ( string command, string args ) : bool
OnPlayerUpdate ( Player player ) : void

메소드 상세

NoClip() 공개 메소드

public NoClip ( ) : System
리턴 System

OnChatCommand() 공개 메소드

public OnChatCommand ( string command, string args ) : bool
command string
args string
리턴 bool

OnPlayerUpdate() 공개 메소드

public OnPlayerUpdate ( Player player ) : void
player Terraria.Player
리턴 void