mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 03:35:51 +03:00
3 lines
197 B
JavaScript
3 lines
197 B
JavaScript
|
(function() {var implementors = {};
|
||
|
implementors["game"] = [];
|
||
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|