[Fix] Move UnityMCP
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user