Class GamePlay
The reload gameplay command.
[CommandHandler(typeof(Reload))]
public class GamePlay : ICommand
- Inheritance
-
GamePlay
- Implements
-
ICommand
- Inherited Members
- Extension Methods
Properties
Aliases
public string[] Aliases { get; }
Property Value
- string[]
Command
public string Command { get; }
Property Value
Description
public string Description { get; }
Property Value
Instance
Gets static instance of the GamePlay command.
public static GamePlay Instance { get; }
Property Value
Methods
Execute(ArraySegment<string>, ICommandSender, out string)
public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out string response)
Parameters
argumentsArraySegment<string>senderICommandSenderresponsestring