namespace ET { public class RoleFriendTempComponent : Entity, IAwake,ITransfer { //好友数量 public int Count = 0; } }