using System; using System.Collections.Generic; namespace ET { public class GlobalMethodComponent:Entity { public Dictionary>> methodDic = new(); } }