fix: widen note lanes and clear warnings

This commit is contained in:
jongjae0305
2026-05-26 18:54:56 +09:00
parent 182d2c90b9
commit abd3c9bb36
33 changed files with 109 additions and 93 deletions
@@ -11,7 +11,7 @@ namespace DamageSystem
OnDamage.AddListener( ApplyImpactForce );
}
private void ApplyImpactForce(DamageInfo info, DamageablePart damageable)
protected override void ApplyImpactForce(DamageInfo info, DamageablePart damageable)
{
//if this AI if no dead it is being controlled by the Animator so dont apply any impact force
if (!IsDead)
@@ -28,4 +28,3 @@ namespace DamageSystem
}
}
}