C# Class WebGame.UpdateToClient

显示文件 Open project: AdmiralPotato/ggj2013 Class Usage Examples

Public Properties

Property Type Description
Alert bool
Energy int
Entities List
FrontShield int
GameId int
LeftShield int
RearShield int
RightShield int
ShieldsEngaged bool
ShipId int
Sounds List
View MainView
missionUpdate String

Property Details

Alert public_oe property

public bool Alert
return bool

Energy public_oe property

public int Energy
return int

Entities public_oe property

public List Entities
return List

FrontShield public_oe property

public int FrontShield
return int

GameId public_oe property

public int GameId
return int

LeftShield public_oe property

public int LeftShield
return int

RearShield public_oe property

public int RearShield
return int

RightShield public_oe property

public int RightShield
return int

ShieldsEngaged public_oe property

public bool ShieldsEngaged
return bool

ShipId public_oe property

public int ShipId
return int

Sounds public_oe property

public List Sounds
return List

View public_oe property

public MainView View
return MainView

missionUpdate public_oe property

public String missionUpdate
return String