Advertisement
Guest User

Untitled

a guest
Oct 15th, 2015
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. package com.test;
  2.  
  3. import com.runemate.game.api.script.framework.LoopingScript;
  4.  
  5. public class Test extends LoopingScript {
  6.  
  7. @Override
  8. public void onLoop() {
  9. System.out.println("WTF");
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement