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

13 lines
164 B
Plaintext
Raw Normal View History

2024-10-24 23:44:04 +08:00

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ether
{
public class $ClassName$ : $BaseClassName$
{
2024-10-28 03:42:42 +08:00
$Content$
2024-10-24 23:44:04 +08:00
}
}