示例#1
0
        public override void Awake()
        {
            base.Awake();

            instance = this;
        }
示例#2
0
 void OnPauseButton(GameObject butObj, int pointerID = -1)
 {
     UIPauseScreen.Show();
 }