public static void OnPowerupCollected(Powerup powerup)
 {
     instance.ApplyPowerup(powerup);
 }