implemented rubedoll level item (not after dying yet)

This commit is contained in:
logsol 2015-04-20 21:20:56 +02:00
parent 1546136303
commit ca1ca7635b
16 changed files with 3140 additions and 2022 deletions

View file

@ -0,0 +1,11 @@
define([
"Game/Core/GameObjects/Items/RubeDoll"
],
function (Parent) {
"use strict";
return Parent;
});