C# Класс Descent.GUI.Screens.PlayersElement

This menu displays some compact information about the other players in the game. The heroes will see the overlord and the other players' heroes and the overlord will see the entire hero party.
Наследование: GUIElement
Показать файл Открыть проект

Открытые методы

Метод Описание
PlayersElement ( Microsoft.Xna.Framework.Game game, Hero yourself, HeroParty party ) : System.Collections.Generic

Creates a new instance of a PlayerElement that display summaries of the players in the game.

Описание методов

PlayersElement() публичный Метод

Creates a new instance of a PlayerElement that display summaries of the players in the game.
public PlayersElement ( Microsoft.Xna.Framework.Game game, Hero yourself, HeroParty party ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game The game object
yourself Hero The hero that shouldn't be displayed in the summary, null if youre the Overlord.
party Descent.Model.Player.HeroParty The hero party to display.
Результат System.Collections.Generic