public AutomatedStatCore(StatSet statSet, StatGrowthRate growthRate) { Stats = statSet; StatGrowthRate = growthRate; }
public AutomatedStatCore() { Stats = new StatSet(); StatGrowthRate = new StatGrowthRate(); }