![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Public Member Functions | |
| void | OnCommand (GameClient client, string[] args) |
| Called when a command needs to be executed. | |
| void DOL.GS.Commands.GCommandHandler.OnCommand | ( | GameClient | client, |
| string[] | args | ||
| ) |
Called when a command needs to be executed.
| client | Client executing the command |
| args | Extra arguments for the command |
Implements DOL.GS.Commands.ICommandHandler.