tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IAuthority.cs
Go to the documentation of this file.
1#pragma warning disable CA1040 // it's helpful to have a common base class that indicates something is an authority, may remove
2
4{
8 public interface IAuthority
9 {
10 }
11}
Business logic for interating with the server.
Definition IAuthority.cs:9