using UnityEngine; using System.Collections; namespace Fungus { public class Node : MonoBehaviour { public Rect nodeRect = new Rect(0, 0, 240, 20); } }