using UnityEngine; namespace Gaia { public class ResourceProtoGameObjectSO : ScriptableObject { public ResourceProtoGameObject m_gameObject; } }