10 lines
133 B
C#
10 lines
133 B
C#
using UnityEngine;
|
|
|
|
namespace Gaia
|
|
{
|
|
public class ResourceProtoTreeSO : ScriptableObject
|
|
{
|
|
public ResourceProtoTree m_tree;
|
|
}
|
|
}
|