tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Api
Models
Internal
ServerInformation.cs
Go to the documentation of this file.
1
using
System
.Collections.Generic;
2
3
namespace
Tgstation
.
Server
.Api.Models.Internal
4
{
8
public
abstract
class
ServerInformation
9
{
13
public
uint MinimumPasswordLength {
get
;
set
; }
14
18
public
uint InstanceLimit {
get
;
set
; }
19
23
public
uint UserLimit {
get
;
set
; }
24
28
public
ICollection<string>? ValidInstancePaths {
get
;
set
; }
29
}
30
}
Tgstation.Server.Api.Models.Internal.ServerInformation
Base class for Models.ServerInformation.
Definition:
ServerInformation.cs:8
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation
Generated by
1.8.11