角色死亡

This commit is contained in:
SoulliesOfficial
2025-12-12 01:37:30 -05:00
parent b54c5f796b
commit 40660b41e0
19 changed files with 1147 additions and 26 deletions

View File

@@ -88,6 +88,9 @@ namespace Continentis.MainGame.Combat
public void NextRound()
{
currentRound++;
CombatUIManager.Instance.combatMainPage.roundHint.PlayRoundHint(currentRound);
eventCollection.onRoundStart.Invoke();
foreach (CharacterBase character in characterController.characters)
{