public override void ActivatePower(PowerupManager player)
 {
     StartCoroutine(player.ActivateNKC(activeTime));
 }