Example #1
0
 //Check if the player has permissions to use the command from a command object
 public bool CanUseCommand(ICommand command)
 {
     return(PermHandler.HasPermission(this, command));
 }