9 lines
92 B
C#
9 lines
92 B
C#
using UnityEngine;
|
|
|
|
namespace Mtree
|
|
{
|
|
public class TreeTemplate : ScriptableObject
|
|
{
|
|
}
|
|
}
|