C# Class Bricklayer.Client.Interface.LobbyScreen

Inheritance: Bricklayer.Client.Interface.BaseScreen
Show file Open project: Cyral/Bricklayer Class Usage Examples

Public Properties

Property Type Description
Description string
Intro string
Lobby LobbyWindow
Name string
Online int
Rooms List

Public Methods

Method Description
Add ( Bricklayer.Client.Interface.ScreenManager screenManager ) : void
Remove ( ) : void

Method Details

Add() public method

public Add ( Bricklayer.Client.Interface.ScreenManager screenManager ) : void
screenManager Bricklayer.Client.Interface.ScreenManager
return void

Remove() public method

public Remove ( ) : void
return void

Property Details

Description public property

public string Description
return string

Intro public property

public string Intro
return string

Lobby public property

public LobbyWindow,Bricklayer.Client.Interface Lobby
return LobbyWindow

Name public property

public string Name
return string

Online public property

public int Online
return int

Rooms public property

public List Rooms
return List