10 lines
142 B
C#
10 lines
142 B
C#
using UnityEngine;
|
|
|
|
namespace Gaia
|
|
{
|
|
public class ResourceProtoTextureSO : ScriptableObject
|
|
{
|
|
public ResourceProtoTexture m_texture;
|
|
}
|
|
}
|