private void OnDestroy() { RadarUI.RemoveRadarObject(gameObject); }
private void Start() { RadarUI.RegisterRadarObject(gameObject, m_Image); }