Merge branch 'feature/faction-system' into develop

This commit is contained in:
hydrant
2018-09-28 17:52:09 +02:00
24 changed files with 720 additions and 10 deletions

View File

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