Game.GameStatistic.GameStatistic C# (CSharp) 메소드

GameStatistic() 공개 메소드

public GameStatistic ( System a, System d, System p, System r ) : Casanova.Prelude
a System
d System
p System
r System
리턴 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;