Beginnings of moving channel handling out of the main context or random assignments.

This commit is contained in:
flash 2025-04-27 02:53:56 +00:00
commit 80475a9180
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
17 changed files with 209 additions and 78 deletions
SharpChat/C2SPacketHandlers

View file

@ -1,3 +1,4 @@
using SharpChat.Channels;
using SharpChat.Configuration;
using SharpChat.Events;
using SharpChat.Snowflake;