Example #1
0
 public void RaiseAntiPowerupEvent(AntiPowerupElement element)
 {
     if (element.antiPowerupEvent != null)
     {
         element.antiPowerupEvent.Raise();
     }
 }
Example #2
0
 private void Start()
 {
     if (antiPowerupElement == null)
     {
         antiPowerupElement = ChooseRandomAntiPowerup();
     }
 }