fix hpwork move

This commit is contained in:
NguyenVanDat
2025-12-01 17:20:36 +07:00
parent 1aa3de6c15
commit 3c347adb0f
4 changed files with 54 additions and 8 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace BrewMonster.Scripts.Player
}
public void UpdateState()
{
_state.Update();
// _state.Update();
}
}