[Fix] Move UnityMCP

This commit is contained in:
2026-02-27 04:19:03 +07:00
parent 263259f3fc
commit 3b02df06fa
453 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ public sealed class GameManager : MonoBehaviour
diceManager.ToggleLock(index);
bool isLocked = diceManager.IsLocked(index);
Debug.Log($"Die {index + 1} (value={diceManager.GetValue(index)}): {(isLocked ? "LOCKED" : "UNLOCKED")}");
Debug.Log($"Dice {index + 1} (value={diceManager.GetValue(index)}): {(isLocked ? "LOCKED" : "UNLOCKED")}");
}
public void ScoreInCategory(YachtCategory category)