C# Class TranscendPlugins.NPC

Inheritance: System.MarshalByRefObject, IPluginChatCommand
Afficher le fichier Open project: dougbenham/TerrariaPatcher

Private Properties

Свойство Type Description
KillAllNPCs void
ModifySpawnLimit void
ModifySpawnRate void

Méthodes publiques

Méthode Description
NPC ( ) : System
OnChatCommand ( string command, string args ) : bool

Private Methods

Méthode Description
KillAllNPCs ( ) : void
ModifySpawnLimit ( int rate ) : void
ModifySpawnRate ( int rate ) : void

Method Details

NPC() public méthode

public NPC ( ) : System
Résultat System

OnChatCommand() public méthode

public OnChatCommand ( string command, string args ) : bool
command string
args string
Résultat bool