mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-30 18:24:04 +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;}})() |