Chat rooms
This commit is contained in:
parent
f59d3b4b22
commit
6ad9b82174
23 changed files with 3641 additions and 341 deletions
12
src/Yavsc.Server/ChatUserFlags.cs
Normal file
12
src/Yavsc.Server/ChatUserFlags.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace Yavsc
|
||||
{
|
||||
/// <summary>
|
||||
/// Chat User Flags
|
||||
/// </summary>
|
||||
public enum ChatUserFlags : byte
|
||||
{
|
||||
away = 1,
|
||||
invisible = 2,
|
||||
cop = 4
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue