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

19 lines
288 B
C#

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