Advertisement
ZP4RKER

Untitled

Sep 19th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public class MyListener implements Listener {
  2.  
  3. Main plugin;
  4.  
  5. public MyListener(Main plugin) {
  6. this.plugin = plugin;
  7. }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement