C# Class Bricklayer.Client.Interface.LobbyScreen

Inheritance: Bricklayer.Client.Interface.BaseScreen
Exibir arquivo 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_oe property

public string Description
return string

Intro public_oe property

public string Intro
return string

Lobby public_oe property

public LobbyWindow,Bricklayer.Client.Interface Lobby
return LobbyWindow

Name public_oe property

public string Name
return string

Online public_oe property

public int Online
return int

Rooms public_oe property

public List Rooms
return List