mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Update for new chyat
This commit is contained in:
@@ -25,4 +25,8 @@ public class EventHandlers
|
||||
public delegate void OnFailedToJoinRoom(object sender, string message);
|
||||
|
||||
public delegate void OnUnknownCommand(object sender, string message);
|
||||
|
||||
public delegate void OnPermissionsEventHandler(object sender, PermissionsJsonModel permissions);
|
||||
|
||||
public delegate void OnSystemMessage(object sender, string message);
|
||||
}
|
||||
Reference in New Issue
Block a user