mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
extended file serving to static folder
This commit is contained in:
parent
5a7234ade4
commit
980af70259
4 changed files with 107 additions and 16 deletions
|
|
@ -5,7 +5,7 @@ define(["Chuck/Processor"], function(Processor){
|
|||
var processor = new Processor();
|
||||
}
|
||||
|
||||
Chuck.processRequest = function(package){
|
||||
Chuck.processGameCommand = function(package){
|
||||
console.log(package);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue