using UnityEngine; namespace Gaia { public class ResourceProtoTextureSO : ScriptableObject { public ResourceProtoTexture m_texture; } }