sharp-chat/SharpChat/UserStatus.cs

7 lines
87 B
C#

namespace SharpChat;
public enum UserStatus {
Online,
Away,
Offline,
}