Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. public void getReady()
  2.    {
  3.       while (this.getPosition() < 6)
  4.       {
  5.          this.jump(); this.right();
  6.       }
  7.       while (this.getPosition() > 6)
  8.       {
  9.          this.jump(); this.left();
  10.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement