Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if (Position.X == storePoint.X) {
  2. Wait = true;
  3. Position = new Point(Position.X, storePoint.Y - BuyersWaitList.buyersList.Count*Picture.Height);
  4. BuyersWaitList.buyersList.Add(this);
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement