private void OnEnable() { Radar.RegisterRadarObject(gameObject, _ico); }
private void OnDisable() { Radar.RemoveRadarObject(gameObject); }