mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
implemented rubedoll level item (not after dying yet)
This commit is contained in:
parent
1546136303
commit
ca1ca7635b
16 changed files with 3140 additions and 2022 deletions
11
app/Game/Channel/GameObjects/Items/RubeDoll.js
Normal file
11
app/Game/Channel/GameObjects/Items/RubeDoll.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
define([
|
||||
"Game/Core/GameObjects/Items/RubeDoll"
|
||||
],
|
||||
|
||||
function (Parent) {
|
||||
|
||||
"use strict";
|
||||
|
||||
return Parent;
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue