updated map selector

This commit is contained in:
PokingPines
2024-04-25 21:43:53 +02:00
parent 12df19d486
commit 6dd5933873
8 changed files with 2678 additions and 141 deletions

View File

@@ -0,0 +1,19 @@
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()
{
}
}