Finish work

This commit is contained in:
Michal Pikulski
2025-12-04 02:16:38 +01:00
parent 88049ac97c
commit 9b71b00441
17 changed files with 1684 additions and 127 deletions

View File

@@ -1,6 +1,5 @@
using Core;
using UnityEngine;
using UnityEngine.UI;
using TMPro;
using UI.Core;
using Minigames.FortFight.Core;
@@ -48,8 +47,8 @@ namespace Minigames.FortFight.UI
{
base.OnManagedStart();
// Get turn manager reference
turnManager = FindFirstObjectByType<TurnManager>();
// Get turn manager reference via singleton
turnManager = TurnManager.Instance;
if (turnManager != null)
{