C# Class Game.GameStatistic

Afficher le fichier Open project: vs-team/casanova-mk2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Attack System.Single
Defence System.Single
ID int
JustEntered bool
Production System.Single
Research System.Single
frame int

Méthodes publiques

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

Method Details

GameStatistic() public méthode

public GameStatistic ( System a, System d, System p, System r ) : Casanova.Prelude
a System
d System
p System
r System
Résultat Casanova.Prelude

Update() public méthode

public Update ( float dt, World world ) : void
dt float
world World
Résultat void

Property Details

Attack public_oe property

public Single,System Attack
Résultat System.Single

Defence public_oe property

public Single,System Defence
Résultat System.Single

ID public_oe property

public int ID
Résultat int

JustEntered public_oe property

public bool JustEntered
Résultat bool

Production public_oe property

public Single,System Production
Résultat System.Single

Research public_oe property

public Single,System Research
Résultat System.Single

frame public_oe property

public int frame
Résultat int