Files
hexwar/Assets/scripts/miniMap/MiniMapGenerator.cs
fegor101 e3f865116f refactor: gridGen
- configurable hex per frame count
 - restructure
 - comments
 - progress counters
2026-01-16 23:31:25 +03:00

19 lines
300 B
C#

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