using System.Collections.Generic; namespace ET { public class RobotCaseDispatcherComponent: Entity, IAwake, ILoad { public static RobotCaseDispatcherComponent Instance; public Dictionary Dictionary = new Dictionary(); } }