This website requires JavaScript.
Explore
Help
Sign in
flashii
/
sharp-chat
Watch
1
Star
0
Fork
You've already forked sharp-chat
0
Code
Pull requests
Releases
Activity
1a8c44a4ba
sharp-chat
/
SharpChat
/
UserDisconnectReason.cs
9 lines
135 B
C#
Raw
Normal View
History
Unescape
Escape
Moved some things out of the MessagePopulatePacket class.
2024-05-14 22:56:56 +00:00
namespace
SharpChat
{
Cleaned up the names of some of the base classes.
2024-05-19 02:17:51 +00:00
public
enum
UserDisconnectReason
{
Moved some things out of the MessagePopulatePacket class.
2024-05-14 22:56:56 +00:00
Leave
,
TimeOut
,
Kicked
,
Flood
,
}
}
Copy permalink