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

10 lines
80 B
Plaintext
Raw Normal View History

2024-10-28 03:42:42 +08:00
using UnityEngine;
2024-10-24 23:44:04 +08:00
namespace Ether
{
public enum $EnumName$
{
2024-10-28 03:42:42 +08:00
$Content$
2024-10-24 23:44:04 +08:00
}
}