This commit is contained in:
RochesterX
2025-04-16 19:57:54 -04:00
parent 5dee952cad
commit 6b7dbea593
2474 changed files with 244001 additions and 14116 deletions

View File

@@ -1,5 +1,7 @@
using UnityEngine;
using UnityEngine; using Game; using Music; using Player;
using UnityEngine.UI;
namespace Game
{
public class MapSelect : MonoBehaviour
{
@@ -16,3 +18,4 @@ public class MapSelect : MonoBehaviour
GameManager.map = toggle.name;
}
}
}