using UnityEngine; using System.Collections; namespace Gaia { /// /// Scriptable object wrapper around a game object prototype /// public class ResourceProtoGameObjectSO : ScriptableObject { public ResourceProtoGameObject m_gameObject; } }