Example #1
0
        public GameObject GoAddingHP;                                          //加血按键

        void Awake()
        {
            Instance = this;
        }
        public GameObject goAddingHp;                    //Visual Key

        private void Awake()
        {
            Instance = this;
        }