using System; using System.Collections.Generic; namespace ET { public class DelaySendSyncAttributeComponent:Entity { public static DelaySendSyncAttributeComponent instance; public UnOrderMultiMap> dic = new UnOrderMultiMap>(); } }