FM/Assets/Resources/Template/ExcelConstTemplate.txt

8 lines
122 B
Plaintext
Raw Normal View History

2025-04-26 21:05:13 +08:00
using UnityEngine;
using System.Collections.Generic;
namespace Data
{
public static class #CLASSNAME#
{
#CONSTCONTENT#
}}