Ejemplo n.º 1
0
double cJobManager::JP_CleanCentre(sGirl* girl, bool estimate)// not used
{
	return JP_Cleaning(girl, estimate);		// just use cleaning so there is 1 less thing to edit
}
Ejemplo n.º 2
0
double cJobManager::JP_FarmHand(sGirl* girl, bool estimate)
{
	return JP_Cleaning(girl, estimate);		// just use cleaning so there is 1 less thing to edit
}