This website requires JavaScript.
Explore
Help
Sign in
notazof
/
yavsc
Watch
1
Star
0
Fork
You've already forked yavsc
0
Code
Issues
Pull requests
Projects
1
Releases
3
Packages
Wiki
Activity
Actions
dcf2a93ad0
yavsc
/
src
/
Yavsc.Abstract
/
Chat
/
ChatRoomAccessLevel.cs
9 lines
148 B
C#
Raw
Normal View
History
Unescape
Escape
[reorg]
2019-05-07 14:01:23 +01:00
namespace
Yavsc.Abstract.Chat
{
public
enum
ChatRoomAccessLevel
:
int
{
Chat rooms
2019-05-10 09:58:09 +01:00
None
=
0
,
Voice
,
Op
,
HalfOp
[reorg]
2019-05-07 14:01:23 +01:00
}
}
Reference in a new issue
Copy permalink