Exemplo n.º 1
0
        private void OnDestroy()
        {
            NeverDestroy = false;

            if (!NeverDestroy)
            {
                LocalizationManager.RemoveSource(this);
            }
        }
Exemplo n.º 2
0
 public void OnDestroy()
 {
     LocalizationManager.RemoveSource(this);
 }