using System.Collections.Generic; namespace ET { public class ArenaRobotNameComponent : Entity, IAwake { //姓氏 -> 竞技场机器人名字数据 public Dictionary nameInfos = new Dictionary(); //可用的姓氏 public List CanUseLastName = new List(); } }