C# Class Prism.DebuggingMod.ChatConsole.ChatCommands.ChatCommandEntity

Inheritance: ChatCommand
Afficher le fichier Open project: TerrariaPrismTeam/Prism

Méthodes publiques

Méthode Description
ChatCommandEntity ( ) : System
Run ( string args, List splitArgs ) : void

Private Methods

Méthode Description
EntityTypeFromStr ( string str ) : EntityType

Method Details

ChatCommandEntity() public méthode

public ChatCommandEntity ( ) : System
Résultat System

Run() public méthode

public Run ( string args, List splitArgs ) : void
args string
splitArgs List
Résultat void