Пример #1
0
        public override void OnShowBegin()
        {
            base.OnShowBegin();

            this.hud = this.FlowGameplayHUD(this);
            this.hud.SetSide(this.startSide);
        }
		public override void OnShowBegin(System.Action callback, bool resetAnimation) {

			base.OnShowBegin(callback, resetAnimation);
			
			this.hud = this.FlowGameplayHUD(this);
			this.SetColor(Color.white);

		}
		public override void OnShowBegin() {

			base.OnShowBegin();
			
			this.hud = this.FlowGameplayHUD(this);
			this.hud.SetSide(this.startSide);

		}