C# Class Avalon.Configuration.ServerSettings

Datei anzeigen Open project: mabinogidev/mabinogi-development

Public Properties

Property Type Description
AllowPlayers bool
ListenPort int
ServerIP string
Servername string

Property Details

AllowPlayers public_oe property

public bool AllowPlayers
return bool

ListenPort public_oe property

public int ListenPort
return int

ServerIP public_oe property

public string ServerIP
return string

Servername public_oe property

public string Servername
return string