Beispiel #1
0
 public override void RunCommand(string[] args)
 {
     ModifierSystem.ApplyModifier(args[1], args[2], int.Parse(args[3]));
 }
Beispiel #2
0
 protected override void ActivatePerk(int amount)
 {
     ModifierSystem.ApplyModifier("speed", "perk_speed", amount);
 }