Example #1
0
        void Awake()
        {
            this.InitOnClickListener();
            _instance = this;

            //this.gameObject.SetActive(false);
        }
Example #2
0
        public static Waring GetInstance()
        {
            if (_instance == null)
            {
                _instance = new Waring();
            }

            return(_instance);
        }