C# Class Game.MultiplayerLobbyWindow.MapItem

Mostra file Open project: DarrenHassan/GDM4242-GroupD

Public Properties

Property Type Description
mapName string
recommended bool

Public Methods

Method Description
MapItem ( string mapName, bool recommended ) : System
ToString ( ) : string

Method Details

MapItem() public method

public MapItem ( string mapName, bool recommended ) : System
mapName string
recommended bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

mapName public_oe property

public string mapName
return string

recommended public_oe property

public bool recommended
return bool