Ejemplo n.º 1
0
	inline void CoverValue(int n)
	{
		num = n;
		when.CoverValue(n);
		howlong = n;
		power = n;
		cost = (float)n;
	}