Files
racesm/Assets/Scripts/map selector script/VisualizeMap.cs
2024-04-25 21:43:53 +02:00

20 lines
321 B
C#

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