Пример #1
0
 public override void Affect(BasicAffectable other)
 {
     other.GetComponent <Mover>().Speed *= this.SpeedMultiplier;
 }
Пример #2
0
 public override void Affect(BasicAffectable other)
 {
     this.SwapControls(other.GetComponent <InputProcessor>().ActionKeyCodes);
 }