This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
agario-webclient/loader.js
Geoffrey Frogeye 48397199c5 Initial commit
Note: Some balls don't render. This is mostly a prevent-lost-work commit.
2015-06-05 16:22:41 +02:00

3 lines
108 B
JavaScript

window.Client = require('./client/agario-client.js');
window.EventEmitter = require('events').EventEmitter;