Files
reallife-gamemode/Client/index.js
2018-09-25 21:42:40 +02:00

12 lines
259 B
JavaScript

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