[reorg]
This commit is contained in:
parent
730ee00743
commit
02160f1eaf
26 changed files with 129 additions and 132 deletions
7
src/Yavsc.Abstract/Chat/ChatRoomAccessLevel.cs
Normal file
7
src/Yavsc.Abstract/Chat/ChatRoomAccessLevel.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace Yavsc.Abstract.Chat
|
||||
{
|
||||
public enum ChatRoomAccessLevel: int {
|
||||
Op=1,
|
||||
HalfOp=2
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue