Advertisement
botvn

call Thread

May 24th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. gameLoop=new GameLoop(MainActivity.this,updateUI,loadMap,addMoney);
  2. Thread thgameLoop=new Thread(gameLoop);
  3. thgameLoop.start();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement