Beispiel #1
0
Planet::Planet(const Planet& p) :
	ships_count(p.ships_count),
	_planet_id(p._planet_id),
	_growth_rate(p._growth_rate),
	_coordinate(p.coordinate()),
	_ownerID(p._ownerID)
{	
}