Пример #1
0
 void CollisionCheck()
 {
     if (raycastCollisionChecks.GetImmediateBot())
     {
         ySpeed = 0.0f;
     }
 }