RNG generace dungeonu

This commit is contained in:
2025-06-24 16:59:41 +02:00
parent 1cdde31d73
commit 9eb7cfa4d1
13 changed files with 200 additions and 537 deletions

View File

@@ -0,0 +1,6 @@
using UnityEngine;
public class PrefabSize : MonoBehaviour
{
public Vector2Int prefabSize = new Vector2Int(3, 5);
}