IndieGame/client/Assets/Ether/Editor/Templete/TempClass.txt
2024-10-28 03:42:42 +08:00

13 lines
164 B
Plaintext

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ether
{
public class $ClassName$ : $BaseClassName$
{
$Content$
}
}