C# Class Avalon.Configuration.ServerSettings

Show file Open project: mabinogidev/mabinogi-development

Public Properties

Property Type Description
AllowPlayers bool
ListenPort int
ServerIP string
Servername string

Property Details

AllowPlayers public property

public bool AllowPlayers
return bool

ListenPort public property

public int ListenPort
return int

ServerIP public property

public string ServerIP
return string

Servername public property

public string Servername
return string