mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
merges from rubedoll
This commit is contained in:
commit
8e9ce62e19
4 changed files with 23 additions and 101 deletions
|
|
@ -14,6 +14,9 @@ function (Parent) {
|
|||
|
||||
Item.prototype = Object.create(Parent.prototype);
|
||||
|
||||
Item.prototype.getLastMovedBy = function() {
|
||||
return this.lastMoved;
|
||||
}
|
||||
|
||||
Item.prototype.setLastMovedBy = function(player) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue