0mega_z3ll

ProxyServer

Feb 19th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. package fr.omega_zell.minecraftplus;
  2.  
  3. import java.io.File;
  4.  
  5. public class ProxyServer extends ProxyCommon
  6. {
  7. @Override
  8. public void preInit(File configFile)
  9. {
  10. super.preInit(configFile);
  11. System.out.println("pre init côté serveur");
  12. }
  13.  
  14. @Override
  15. public void init()
  16. {
  17. super.init();
  18. }
  19. }
Add Comment
Please, Sign In to add comment