Converted some of the management server to kotlin

Added json configs for management server
Cleaned up some files
This commit is contained in:
Woah
2021-03-08 03:55:45 -05:00
parent ca2e5520b0
commit 439b2e9ef8
114 changed files with 820 additions and 1476 deletions
@@ -3,7 +3,6 @@ package core.game.system.mysql;
import core.ServerConstants;
import core.game.system.SystemLogger;
import core.game.system.SystemManager;
import core.game.system.mysql.impl.*;
import java.sql.Connection;
import java.sql.DriverManager;