mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed remote joint
This commit is contained in:
parent
0665348ae2
commit
b159bbb1cc
12 changed files with 143 additions and 29 deletions
|
|
@ -31,6 +31,10 @@ function(Parent, NotificationCenter, Parser) {
|
|||
}
|
||||
};
|
||||
|
||||
PlayerController.prototype.handActionRequest = function(options) {
|
||||
if (options) this.player.handActionRequest(options.x, options.y);
|
||||
};
|
||||
|
||||
return PlayerController;
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue