IndieGame/client/Assets/Ether/Editor/Templete/TempEnum.txt

9 lines
63 B
Plaintext
Raw Normal View History

2024-10-24 23:44:04 +08:00
namespace Ether
{
public enum $EnumName$
{
$Content$
}
}