Started work on PM Panel layout

This commit is contained in:
rainbow napkin 2025-09-25 23:32:04 -04:00
parent 67edef9035
commit e19ae74412
11 changed files with 198 additions and 0 deletions

View file

@ -51,6 +51,11 @@ class channel{
* Child User List Object
*/
this.userList = new userList(this);
/**
* Child PM Handler
*/
this.pmHandler = new pmHandler(this);
/**
* Child Canopy Panel Object