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