use of me.dumfing.server.CoffeeServer in project Alkahest-Coffee by AlkahestDev.
the class ServerDesktop method main.
public static void main(String[] args) {
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
new LwjglApplication(new CoffeeServer(), config);
}
Aggregations