Guest User

Untitled

a guest
Oct 19th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public void savePlayer() {
  2. World.getWorld().submit(new Event(120000) {
  3. public void execute() {
  4. PlayerSave.saveGame(this);
  5. System.out.println("Saved game for "+playerName+");
  6. }
  7. });
  8. }
Add Comment
Please, Sign In to add comment