Exemplo n.º 1
0
 public OCPhysiologicalEffect(CostLevel level)
 {
     _costLevel = level;
     // MAX_ACTION_NUM is the number of normal actions possible on a full battery charge.
     this.BASE_ENERGY_COST = 1.0f / config.GetInt("MAX_ACTION_NUM");
 }
	public OCPhysiologicalEffect(CostLevel level)
	{
		_costLevel = level;
		// MAX_ACTION_NUM is the number of normal actions possible on a full battery charge.
		this.BASE_ENERGY_COST = 1.0f / config.getInt("MAX_ACTION_NUM");
	}