a draft of player view, debug

This commit is contained in:
Blue 2018-10-29 00:32:44 +03:00 committed by blue
parent 9abb5ee116
commit cacbc5d891
13 changed files with 183 additions and 33 deletions

View file

@ -23,7 +23,7 @@ var Enum = Class.inherit({
this.additional = Object.create(null);
this._additionals = additional || [];
this._lastId = 0;
this._lastId = -1;
storage[name] = this;
},