C# Class Game.GameStatistic

Exibir arquivo Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
Attack System.Single
Defence System.Single
ID int
JustEntered bool
Production System.Single
Research System.Single
frame int

Public Methods

Method Description
GameStatistic ( System a, System d, System p, System r ) : Casanova.Prelude
Update ( float dt, World world ) : void

Method Details

GameStatistic() public method

public GameStatistic ( System a, System d, System p, System r ) : Casanova.Prelude
a System
d System
p System
r System
return Casanova.Prelude

Update() public method

public Update ( float dt, World world ) : void
dt float
world World
return void

Property Details

Attack public_oe property

public Single,System Attack
return System.Single

Defence public_oe property

public Single,System Defence
return System.Single

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

Production public_oe property

public Single,System Production
return System.Single

Research public_oe property

public Single,System Research
return System.Single

frame public_oe property

public int frame
return int