update core

This commit is contained in:
2024-10-27 21:13:14 +08:00
parent 9eea176c23
commit 3c8edf4613
7 changed files with 11 additions and 6 deletions

View File

@@ -250,7 +250,7 @@ namespace Game.Component
if (this._curAttackCDTime > 0)
{
_curAttackCDTime -= Time.deltaTime;
this._curAttackCDTime -= Time.deltaTime;
}
AttackCheck ();