mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added skateboard :D
This commit is contained in:
parent
fa9a0d5d22
commit
81611050d2
6 changed files with 144 additions and 321 deletions
9
app/Game/Client/GameObjects/Items/Skateboard.js
Normal file
9
app/Game/Client/GameObjects/Items/Skateboard.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
define([
|
||||
"Game/Core/GameObjects/Items/Skateboard"
|
||||
],
|
||||
|
||||
function(Parent) {
|
||||
|
||||
return Parent;
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue