C# Class SeptorPlugins.NoClip

Inheritance: System.MarshalByRefObject, IPluginPlayerUpdate, IPluginChatCommand
Afficher le fichier Open project: septor/TerrariaPatcherPlugins

Méthodes publiques

Méthode Description
NoClip ( ) : System
OnChatCommand ( string command, string args ) : bool
OnPlayerUpdate ( Player player ) : void

Method Details

NoClip() public méthode

public NoClip ( ) : System
Résultat System

OnChatCommand() public méthode

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

OnPlayerUpdate() public méthode

public OnPlayerUpdate ( Player player ) : void
player Terraria.Player
Résultat void