C# Class Rocket.Unturned.Commands.UnturnedCommands.UnturnedVanillaCommand

Inheritance: IRocketCommand
ファイルを表示 Open project: RocketMod/Rocket.Unturned

Public Properties

Property Type Description
command Command

Public Methods

Method Description
Execute ( IRocketPlayer caller, string command ) : void
UnturnedVanillaCommand ( Command command ) : Rocket.Core

Method Details

Execute() public method

public Execute ( IRocketPlayer caller, string command ) : void
caller IRocketPlayer
command string
return void

UnturnedVanillaCommand() public method

public UnturnedVanillaCommand ( Command command ) : Rocket.Core
command Command
return Rocket.Core

Property Details

command public_oe property

public Command command
return Command