public override void OnInit() {
			
			base.OnInit();
			
			this.progress = this.GetLayoutComponent<ProgressComponent>();

		}
		public override void OnInit() {

			base.OnInit();

			this.progress = this.GetLayoutComponent<ProgressComponent>();

			User.instance.id = Random.Range(0, 500);
			this.FlowUserInfo();

		}