C# Class TranscendPlugins.NPC

Inheritance: System.MarshalByRefObject, IPluginChatCommand
Mostra file Open project: dougbenham/TerrariaPatcher

Private Properties

Property Type Description
KillAllNPCs void
ModifySpawnLimit void
ModifySpawnRate void

Public Methods

Method Description
NPC ( ) : System
OnChatCommand ( string command, string args ) : bool

Private Methods

Method Description
KillAllNPCs ( ) : void
ModifySpawnLimit ( int rate ) : void
ModifySpawnRate ( int rate ) : void

Method Details

NPC() public method

public NPC ( ) : System
return System

OnChatCommand() public method

public OnChatCommand ( string command, string args ) : bool
command string
args string
return bool