UNPKG

@smoud/tiny

Version:

Fast and tiny JavaScript library for HTML5 game and playable ads creation.

10 lines (8 loc) 177 B
var systems = []; function registerSystem(name, system) { systems.push({ name: name, _class_: system }); }; export { registerSystem, systems }