Example #1
0
 public override void OnDisableLogic()
 {
     if (gameEvent != null)
     {
         gameEvent.UnRegister(this);
     }
 }