C# Class ArkaliaCore.Game.Game.Commands.CommandManager

Datei anzeigen Open project: Emudofus/ArkaliaCore

Public Methods

Method Description
Add ( string key, Command command ) : void
GetCommand ( string prefix ) : Command
Initialize ( ) : void

Method Details

Add() public static method

public static Add ( string key, Command command ) : void
key string
command Command
return void

GetCommand() public static method

public static GetCommand ( string prefix ) : Command
prefix string
return Command

Initialize() public static method

public static Initialize ( ) : void
return void