Added basic panel logic.
This commit is contained in:
parent
4168635c51
commit
3eccc6d24c
9 changed files with 184 additions and 1 deletions
|
|
@ -30,6 +30,8 @@ class channel{
|
|||
this.chatBox = new chatBox(this);
|
||||
//Create the User List Object
|
||||
this.userList = new userList(this);
|
||||
//Create the Canopy Panel Object
|
||||
this.cPanel = new cPanel(this);
|
||||
}
|
||||
|
||||
connect(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue