Files
reallife-gamemode/Client/index.js
2018-09-23 23:11:22 +02:00

12 lines
250 B
JavaScript

/**
* @overview Life of German Reallife - Login index.js
* @author VegaZ
* @copyright (c) 2008 - 2018 Life of German
*/
require('./Login/main.js');
require('./Save/main.js');
//require('./Save/save.js');
require('./FactionManagement/main.js');