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
파일 보기 프로젝트 열기: nezbo/Descent

공개 메소드들

메소드 설명
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