Exemplo n.º 1
0
 private void OnEnable()
 {
     Radar.RegisterRadarObject(gameObject, _ico);
 }
Exemplo n.º 2
0
 private void OnDisable()
 {
     Radar.RemoveRadarObject(gameObject);
 }