Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. var app;
  2.  
  3. var App = function()
  4. this.map = new Map();
  5. this.player = new Player();
  6. };
  7.  
  8. (function() {
  9. app = new App();
  10. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement