10 lines
137 B
C#
10 lines
137 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace RND
|
||
|
{
|
||
|
public class TemplateReference : MonoBehaviour
|
||
|
{
|
||
|
public GameObject Template;
|
||
|
}
|
||
|
}
|