10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
|
using Cysharp.Threading.Tasks;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace ZC
|
||
|
{
|
||
|
[Procedure(ProcedureType.#CLASSNAME#)]
|
||
|
class #CLASSNAME# : ProcedureBase
|
||
|
{
|
||
|
}
|
||
|
}
|