C# Class PartyCraft.Commands.GameModeCommand

Inheritance: Command
Exibir arquivo Open project: SirCmpwn/PartyCraft

Public Methods

Method Description
Execute ( Server server, Craft.Net.Server.RemoteClient user, string text ) : void
TabComplete ( Server server, string text, string &matches ) : bool

Protected Methods

Method Description
LoadDefaultPermissions ( ) : void

Method Details

Execute() public method

public Execute ( Server server, Craft.Net.Server.RemoteClient user, string text ) : void
server Server
user Craft.Net.Server.RemoteClient
text string
return void

LoadDefaultPermissions() protected method

protected LoadDefaultPermissions ( ) : void
return void

TabComplete() public method

public TabComplete ( Server server, string text, string &matches ) : bool
server Server
text string
matches string
return bool