private void OnEnable()
 {
     if (Event != null)
     {
         Event.RegisterListener(this);
     }
 }
Exemplo n.º 2
0
 private void OnEnable()
 {
     Event.RegisterListener(this);
 }