void OnDestroy() { instance = null; }
void Awake() { DontDestroyOnLoad(base.gameObject); instance = this; ListLoged = new List <INF>(); }