namespace ET.Client
{
    [ComponentOf(typeof(Scene))]
    public class PlayerComponent: Entity, IAwake, IDestroy
    {
        [StaticField]
        public static PlayerComponent Instance;

        /** 登陆token **/
        //public string Token { get; set; }
    }
}