Files
reallife-gamemode/Client/index.js
2018-09-28 17:52:09 +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('./Gui/infobox.js');
require('./Login/main.js');
require('./Save/main.js');
require('./FactionManagement/main.js');