mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
11 lines
No EOL
106 B
JavaScript
11 lines
No EOL
106 B
JavaScript
define([
|
|
"Game/Core/Loader/TiledLevel"
|
|
],
|
|
|
|
function (Parent) {
|
|
|
|
"use strict";
|
|
|
|
return Parent;
|
|
|
|
}); |