Esempio n. 1
0
 private bool BelowMaxSpeed()
 {
     return(velocity.x < rm.CurrentSpeed());
 }