private void ApplyCD()
 {
     if (gameObject.layer == 13)
     {
         player.ApplyFastCD();
     }
 }