C# 클래스 TranscendPlugins.NPC

상속: System.MarshalByRefObject, IPluginChatCommand
파일 보기 프로젝트 열기: dougbenham/TerrariaPatcher

Private Properties

프로퍼티 타입 설명
KillAllNPCs void
ModifySpawnLimit void
ModifySpawnRate void

공개 메소드들

메소드 설명
NPC ( ) : System
OnChatCommand ( string command, string args ) : bool

비공개 메소드들

메소드 설명
KillAllNPCs ( ) : void
ModifySpawnLimit ( int rate ) : void
ModifySpawnRate ( int rate ) : void

메소드 상세

NPC() 공개 메소드

public NPC ( ) : System
리턴 System

OnChatCommand() 공개 메소드

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