This commit is contained in:
2026-05-19 13:38:39 +08:00
parent f1fc356d99
commit 15df36659a
8 changed files with 19 additions and 20 deletions

View File

@@ -61,7 +61,7 @@ namespace BaseGames.Player.States
_hasHitEnemy = true;
// Pogo 弹跳:命中敌人后向上弹起,同时重置空中能力(等同落地效果)
Owner.ResetAirJumps();
Owner.GetState<DashState>()?.ResetAirDash();
Owner.GetState<DashState>()?.ResetDashCharge();
Move.Jump();
}