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