7 lines
121 B
C#
7 lines
121 B
C#
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
public class PrefabSize : MonoBehaviour
|
||
|
|
{
|
||
|
|
public Vector2Int prefabSize = new Vector2Int(3, 5);
|
||
|
|
}
|