Framework_YooAsset_HybridCLR/Assets/DemoGame/GameRes/ProcedureLogicTemplate.txt

10 lines
160 B
Plaintext
Raw Permalink Normal View History

2024-11-22 16:43:16 +08:00
using Cysharp.Threading.Tasks;
using UnityEngine;
namespace ZC
{
[Procedure(ProcedureType.#CLASSNAME#)]
class #CLASSNAME# : ProcedureBase
{
}
}