yavsc/BookAStar/BookAStar/Model/Social/Chat/ChatStatus.cs

10 lines
138 B
C#

namespace BookAStar.Model.Workflow.Messaging
{
public enum ChatStatus
{
OnLine,
Away,
OffLine
}
}