Added basic panel logic.

This commit is contained in:
rainbownapkin 2024-11-16 05:25:06 -05:00
parent 4168635c51
commit 3eccc6d24c
9 changed files with 184 additions and 1 deletions

View file

@ -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(){