Added initial version

This commit is contained in:
Ceikry 2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions

View file

@ -0,0 +1,19 @@
package ms.system.util;
/**
* Handles generating a player database.
* @author Emperor
*
*/
public final class PlayerDatabaseGen {
/**
* The main method.
* @param args The arguments.
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}