Example #1
0
 public void FeatherDecelerate()
 {
     if (feather != null)
     {
         feather.DecreaseSpeed();
     }
 }