FM/Assets/Resources/Template/ConfigConstTemplate.txt

5 lines
70 B
Plaintext
Raw Normal View History

2025-04-26 21:05:13 +08:00
using UnityEngine;
public static class #CLASSNAME#
{
#CONSTCONTENT#
}