Game.GameStatistic.GameStatistic C# (CSharp) Method

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
public GameStatistic(System.Single a, System.Single d, System.Single p, System.Single r)
	{JustEntered = false;
 frame = World.frame;
		Research = r;
		Production = p;
		Defence = d;
		Attack = a;
		
}
		public System.Single Attack;