tgstation-server 6.12.0
The /tg/station 13 server suite
|
Go to the source code of this file.
Namespaces | |
namespace | Tgstation |
namespace | Tgstation.Server |
namespace | Tgstation.Server.Api |
namespace | Tgstation.Server.Api.Rights |
Enumerations | |
enum | Tgstation.Server.Api.Rights.ConfigurationRights : ulong { Tgstation.Server.Api.Rights.None = 0 , Tgstation.Server.Api.Rights.Read = 1 << 0 , Tgstation.Server.Api.Rights.Write = 1 << 1 , Tgstation.Server.Api.Rights.List = 1 << 2 , Tgstation.Server.Api.Rights.Delete = 1 << 3 } |
Rights for Models.IConfigurationFiles. More... | |