Beispiel #1
0
 public override void OnOtherBuffAdded(IBuff other)
 {
     timer   = new SimpleTimer(10);
     stacks += 1;
     other.Expire();
 }