コード例 #1
0
ファイル: StunDebuff.cs プロジェクト: Uilregit/GamePrototype
 public override void OnApply(HealthController healthController, int value, int duration, bool fromRelic)
 {
     healthController.SetStunned(true);
     healthController.AddEndOfTurnBuff(this, duration);
 }
コード例 #2
0
 public override void OnApply(HealthController healthController, int value, int duration, bool fromRelic)
 {
     healthController.SetBonusAttack(value);
     tempValue = value;
     healthController.AddEndOfTurnBuff(this, duration);
 }