C# Class SharpMod.Commands.ListBans

Inheritance: Command
Datei anzeigen Open project: txdv/sharpmod

Public Methods

Method Description
Execute ( Player player ) : void
ListBans ( ) : System
ListBans ( string arguments ) : System

Protected Methods

Method Description
OnSuccess ( Player player ) : void

Method Details

Execute() public method

public Execute ( Player player ) : void
player Player
return void

ListBans() public method

public ListBans ( ) : System
return System

ListBans() public method

public ListBans ( string arguments ) : System
arguments string
return System

OnSuccess() protected method

protected OnSuccess ( Player player ) : void
player Player
return void