Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12 строки
412 B

  1. /* global io, extend, cons, _, atlas, leaderboard, clientConfig */
  2. global.io = require('./security/io');
  3. global.extend = require('./misc/clone');
  4. global.cons = require('./security/connections');
  5. global._ = require('./misc/helpers');
  6. global.atlas = require('./world/atlas');
  7. global.leaderboard = require('./leaderboard/leaderboard');
  8. global.clientConfig = require('./config/clientConfig');
  9. clientConfig.init();