Exemple #1
0
 private void DoStuff()
 {
     velocity = rm.GetVel();
     Gravity();
     Move();
     ResolveHitboxes();
 }