using UnityEngine; using System.Collections; namespace Gaia { /// /// Scriptable object wrapper around a texture /// public class ResourceProtoTextureSO : ScriptableObject { public ResourceProtoTexture m_texture; } }