r3-legacy/src/game-lib-z.js

6 lines
132 B
JavaScript
Raw Normal View History

2017-06-16 15:49:53 +02:00
GameLib.EntityManager.Instance = new GameLib.EntityManager();
2016-10-14 12:32:53 +02:00
if (typeof module !== 'undefined') {
module.exports = GameLib;
}