C# Class Game.GameStatistic

Show file 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 property

public Single,System Attack
return System.Single

Defence public property

public Single,System Defence
return System.Single

ID public property

public int ID
return int

JustEntered public property

public bool JustEntered
return bool

Production public property

public Single,System Production
return System.Single

Research public property

public Single,System Research
return System.Single

frame public property

public int frame
return int