10 lines
151 B
C#
10 lines
151 B
C#
using UnityEngine;
|
|
|
|
namespace Gaia
|
|
{
|
|
public class ResourceProtoGameObjectSO : ScriptableObject
|
|
{
|
|
public ResourceProtoGameObject m_gameObject;
|
|
}
|
|
}
|