C# Class Bricklayer.Client.Interface.LobbyScreen

Inheritance: Bricklayer.Client.Interface.BaseScreen
Afficher le fichier Open project: Cyral/Bricklayer Class Usage Examples

Méthodes publiques

Свойство Type Description
Description string
Intro string
Lobby LobbyWindow
Name string
Online int
Rooms List

Méthodes publiques

Méthode Description
Add ( Bricklayer.Client.Interface.ScreenManager screenManager ) : void
Remove ( ) : void

Method Details

Add() public méthode

public Add ( Bricklayer.Client.Interface.ScreenManager screenManager ) : void
screenManager Bricklayer.Client.Interface.ScreenManager
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

Property Details

Description public_oe property

public string Description
Résultat string

Intro public_oe property

public string Intro
Résultat string

Lobby public_oe property

public LobbyWindow,Bricklayer.Client.Interface Lobby
Résultat LobbyWindow

Name public_oe property

public string Name
Résultat string

Online public_oe property

public int Online
Résultat int

Rooms public_oe property

public List Rooms
Résultat List