RNG generace dungeonu
This commit is contained in:
6
3D blobici/Assets/Prefabs/Scripts/PrefabSize.cs
Normal file
6
3D blobici/Assets/Prefabs/Scripts/PrefabSize.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class PrefabSize : MonoBehaviour
|
||||
{
|
||||
public Vector2Int prefabSize = new Vector2Int(3, 5);
|
||||
}
|
||||
Reference in New Issue
Block a user