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