using System;
using System.Collections.Generic;
namespace ET
{
public class GlobalMethodComponent:Entity
public Dictionary<string, Func<object,ETTask<string>>> methodDic = new();
}