using System.Collections.Generic; namespace ET { public class ArenaRankRobotsComponent : Entity, IAwake { //排行中的grade_rank -> 机器人数据 public Dictionary<string, ArenaRobotInfo> robotInfos = new Dictionary<string, ArenaRobotInfo>(); } }