using UnityEngine; using System.Collections; namespace Gaia { /// /// Scriptable object wrapper around a tree /// public class ResourceProtoTreeSO : ScriptableObject { public ResourceProtoTree m_tree; } }