Example #1
0
        private void OnDisable()
        {
            GlobalList <Player> .Remove(this);

            ButtonHandler.Unsubscribe(this);
            //ButtonHandler.Instance.
        }
 private void OnDisable()
 {
     GlobalList <PlayerController> .Remove(this);
 }