chore():整理了一下文件夹和玩家的血量逻辑

This commit is contained in:
2025-10-18 15:41:43 +08:00
parent ab403fac4b
commit b709d1219f
17 changed files with 214 additions and 33 deletions

View File

@@ -9,5 +9,10 @@ namespace Core
{
ScenesManager.Instance.LoadMainMenu();
}
public void ReStartGame()
{
ScenesManager.Instance.LoadGameplay("Level1");
}
}
}