Browse Source

DummyBot remove main

master
Your Average Code 3 months ago
parent
commit
3744c8232e
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      src/DummyBot.java

+ 0
- 5
src/DummyBot.java View File

@@ -3,11 +3,6 @@ import java.util.Random;
public class DummyBot extends Bot {
protected final Random random = new Random();

public static void main(String[] args) {
Bot bot = new DummyBot(args);
bot.run();
}

protected DummyBot(String[] args) {
super(args);
}

Loading…
Cancel
Save