2021-04-24 17:39:11 +08:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
namespace ET
|
|
|
|
|
{
|
|
|
|
|
public class GlobalMethodComponent:Entity
|
|
|
|
|
{
|
2021-09-07 16:20:46 +08:00
|
|
|
|
public Dictionary<string, Func<object,ETTask<string>>> methodDic = new();
|
2021-04-24 17:39:11 +08:00
|
|
|
|
}
|
|
|
|
|
}
|