private void OnDisable()
 {
     @event.UnregisterListener(this);
 }
예제 #2
0
 public void OnDisable()
 {
     gameEvent.UnregisterListener(this);
 }
예제 #3
0
 private void OnDisable()
 {
     gameEvent?.UnregisterListener(this);
 }