Guest User

Handler

a guest
May 27th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. package me.taylor.ASM.handlers;
  2.  
  3. import me.taylor.ASM.ASMmain;
  4.  
  5. public interface Handler {
  6.  
  7. void init(ASMmain asm);
  8.  
  9. }
Add Comment
Please, Sign In to add comment