namespace ET { public class SessionPlayerComponent: Entity { public User User { get; set; } public int maxRpcId; } }