parilitest
This commit is contained in:
@@ -132,12 +132,14 @@ public class BossController : MonoBehaviour, IDamageble
|
||||
}
|
||||
}
|
||||
|
||||
public void TriggerParryStun()
|
||||
public bool TriggerParryStun()
|
||||
{
|
||||
if (currentState is SpiderBiteState || currentState is SpiderChargeState)
|
||||
{
|
||||
ChangeState<SpiderStunState>();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public void ResetChargeCooldown()
|
||||
|
||||
Reference in New Issue
Block a user