using System.Collections;

using System.Collections.Generic;

using UnityEngine;


public class kljlljl : MonoBehaviour

{

   public GameObject gameLoginBackground;

   // Use this for initialization

   void Start()

   {

       gameLoginBackground = GameObject.FindGameObjectWithTag("1");

       gameLoginBackground.SetActive(false);

   }


   // Update is called once per frame

   void Update()

   {


   }

}