コード例 #1
0
ファイル: IBuff.cs プロジェクト: martin-favre/IdleDungeon
 public override void OnOtherBuffAdded(IBuff other)
 {
     timer   = new SimpleTimer(10);
     stacks += 1;
     other.Expire();
 }