HAARFTE/Assets/DemoGame/GameRes/ExcelConstTemplate.txt

7 lines
105 B
Plaintext

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