mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
context awarenes in Core
This commit is contained in:
parent
b82b02d4ab
commit
c1a4f16cc4
14 changed files with 50 additions and 14 deletions
9
app/Game/Client/Loader/Level.js
Normal file
9
app/Game/Client/Loader/Level.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
define([
|
||||
"Game/Core/Loader/Level"
|
||||
],
|
||||
|
||||
function(Parent) {
|
||||
|
||||
return Parent;
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue