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

10 lines
246 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');