C# Class OpenRA.Network.Session.LobbyOptionState

Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Locked bool
PreferredValue string
Value string

Public Methods

Method Description
LobbyOptionState ( ) : System

Method Details

LobbyOptionState() public method

public LobbyOptionState ( ) : System
return System

Property Details

Locked public property

public bool Locked
return bool

PreferredValue public property

public string PreferredValue
return string

Value public property

public string Value
return string