Files
gmtk-2024/Assets/Scripts/UI/WorldMapUI.cs
2024-08-18 18:11:05 +02:00

19 lines
328 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class WorldMapUI : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}