C# Class ServerSideData, GameProject

Show file Open project: EECS390IndieTeam/GameProject Class Usage Examples

Public Properties

Property Type Description
IsDedicated bool
MOTD string
Password string
ServerName string

Public Methods

Method Description
UpdateZeusData ( ) : void

Method Details

UpdateZeusData() public static method

public static UpdateZeusData ( ) : void
return void

Property Details

IsDedicated public static property

public static bool IsDedicated
return bool

MOTD public static property

public static string MOTD
return string

Password public static property

public static string Password
return string

ServerName public static property

public static string ServerName
return string