C# Class Drought.Menu.JoinLevelMenuItem

Inheritance: LevelMenuItem
显示文件 Open project: kiniry-teaching/UCD Class Usage Examples

Public Methods

Method Description
JoinLevelMenuItem ( MenuFunctions function, String text, SpriteFont font, Level aLevel, RemoteGame game ) : System
getGame ( ) : RemoteGame

Method Details

JoinLevelMenuItem() public method

public JoinLevelMenuItem ( MenuFunctions function, String text, SpriteFont font, Level aLevel, RemoteGame game ) : System
function MenuFunctions
text String
font Microsoft.Xna.Framework.Graphics.SpriteFont
aLevel Level
game Drought.Network.RemoteGame
return System

getGame() public method

public getGame ( ) : RemoteGame
return Drought.Network.RemoteGame