private void OnDisable() { Minimap.Remove(this); }
private void OnDisable() { s_Instance = null; }
private void OnEnable() { Minimap.Add(this); }