8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
|
using UnityEngine;
|
||
|
using System.Collections.Generic;
|
||
|
namespace Data
|
||
|
{
|
||
|
public static class #CLASSNAME#
|
||
|
{
|
||
|
#CONSTCONTENT#
|
||
|
}}
|