Example #1
0
 private static void OnPowerupSlotTwoEquipped(PowerupSlotTwoEquipped powerupSlotTwoEquippedEvent)
 {
     PowerupInSlotTwo = powerupSlotTwoEquippedEvent.powerupType;
 }
Example #2
0
 private void OnPowerupSlotTwoEquipped(PowerupSlotTwoEquipped e)
 {
     SetPowerupTwo(e.powerupType);
     SetEquipSlotVisibility();
 }