using System.Collections.Generic; namespace ET { public class RobotCaseComponent: Entity { public static RobotCaseComponent Instance; public Dictionary RobotCases = new Dictionary(); public int N = 10000; } }