tgstation-server 6.8.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
InstanceManagerRights.cs
Go to the documentation of this file.
1using System;
2
4{
8 [Flags]
9 public enum InstanceManagerRights : ulong
10 {
14 None = 0,
15
19 Read = 1 << 0,
20
24 Create = 1 << 1,
25
29 Rename = 1 << 2,
30
34 Relocate = 1 << 3,
35
39 SetOnline = 1 << 4,
40
44 Delete = 1 << 5,
45
49 List = 1 << 6,
50
54 SetConfiguration = 1 << 7,
55
59 SetAutoUpdate = 1 << 8,
60
64 SetChatBotLimit = 1 << 9,
65
69 GrantPermissions = 1 << 10,
70 }
71}
InstanceManagerRights
Rights for managing Models.Instances.