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

13 lines
166 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$
{
$Content$
}
}