Esempio n. 1
0
 public CommandCooldown(RegisteredCommand command, DateTime lastCalled, double cooldownValue)
 {
     Command       = command;
     LastCalled    = lastCalled;
     CooldownValue = cooldownValue;
 }