C# Class SharpMod.Commands.AdminReload

Inheritance: Command
Show file Open project: txdv/sharpmod

Public Methods

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

Method Details

AdminReload() public method

public AdminReload ( ) : System
return System

AdminReload() public method

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

Execute() public method

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