mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
checked paths for inheritance in client
This commit is contained in:
parent
d8933dc9d3
commit
907ef49a53
8 changed files with 33 additions and 12 deletions
|
|
@ -1,4 +1,8 @@
|
|||
define(["Game/Client/Control/Key"], function (Key) {
|
||||
define([
|
||||
"Game/Client/Control/Key"
|
||||
],
|
||||
|
||||
function (Key) {
|
||||
|
||||
function KeyboardInput (playerController) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue