Guest User

Untitled

a guest
Jan 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package
  2. {
  3. import net.flashpunk.World
  4. public class MyWorld extends World
  5. {
  6. public function MyWorld()
  7. {
  8. add(new MyEntity);
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment