Framwork/Assets/Resources/Template/ExcelConstTemplate.txt

8 lines
122 B
Plaintext

using UnityEngine;
using System.Collections.Generic;
namespace Data
{
public static class #CLASSNAME#
{
#CONSTCONTENT#
}}