This website requires JavaScript.
Explore
Help
Register
Sign In
edmand46
/
Ragon
Watch
1
Star
0
Fork
0
You've already forked Ragon
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
54786c065d6f88647f25e3991e77560c89c2e2f4
Ragon
/
Ragon.Common
/
Sources
/
RagonAuthority.cs
T
9 lines
104 B
C#
Raw
Normal View
History
Unescape
Escape
feat: ticks, state authority, event authority
2022-05-14 10:36:21 +04:00
namespace
Ragon.Common
{
public
enum
RagonAuthority
:
byte
{
wip
2022-09-06 22:39:52 +04:00
NONE
,
feat: ticks, state authority, event authority
2022-05-14 10:36:21 +04:00
OWNER_ONLY
,
ALL
,
}
}
Reference in New Issue
Copy Permalink