using System.Collections.Generic; namespace ET { public class OtherRoleInfosComponent : Entity, IAwake, IDestroy { //推荐的角色等级 public int RecommondLvl; //推荐的角色id列表 public List<long> RecommondRoleIds = new List<long>(); } }