Guest User

Untitled

a guest
Jul 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. public static void main(String[] args) {
  2. ProxyBotFactory factory = new ProxyBotFactory() {
  3.  
  4. @Override
  5. public ProxyBot getBot(Game g) {
  6. return new Overmind(new MineMineMine(), new Properties());
  7. }
  8.  
  9. };
  10. new ProxyServer(factory).run();
  11.  
  12. }
Add Comment
Please, Sign In to add comment