mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
extended client server communication
This commit is contained in:
parent
94f63fc7b2
commit
81d2aa4ddc
12 changed files with 156 additions and 86 deletions
|
|
@ -3,9 +3,11 @@ define(function() {
|
|||
function Channel(name) {
|
||||
this.name = name;
|
||||
this.users = {};
|
||||
|
||||
// create game here
|
||||
}
|
||||
|
||||
Channel.prototype.validateName = function(name){
|
||||
Channel.validateName = function(name){
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue