a draft of player view, debug
This commit is contained in:
parent
9abb5ee116
commit
cacbc5d891
13 changed files with 183 additions and 33 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue