private void OnDisable()
 {
     @event.UnregisterListener(this);
 }
Ejemplo n.º 2
0
 public void OnDisable()
 {
     gameEvent.UnregisterListener(this);
 }
Ejemplo n.º 3
0
 private void OnDisable()
 {
     gameEvent?.UnregisterListener(this);
 }