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
e0f83ca259
sharp-chat
/
SharpChatCommon
/
UserStatus.cs
8 lines
109 B
C#
Raw
Normal View
History
Unescape
Escape
Imported stable branch.
2022-08-30 15:00:58 +00:00
namespace
SharpChat
{
Cleaned up the names of some of the base classes.
2024-05-19 02:17:51 +00:00
public
enum
UserStatus
{
Imported stable branch.
2022-08-30 15:00:58 +00:00
Online
,
Away
,
Offline
,
}
}
Copy permalink