using UnityEngine; [System.Serializable] public class NodePlacementData { public bool isOccupied; public Transform transform; }