using UnityEngine; namespace Gaia { public class ResourceProtoTreeSO : ScriptableObject { public ResourceProtoTree m_tree; } }