d04 correction deux erreurs
This commit is contained in:
@@ -14,6 +14,7 @@ int main()
|
||||
{
|
||||
Weapon club = Weapon("crude spiked club");
|
||||
HumanB jim("Jim");
|
||||
jim.attack();
|
||||
jim.setWeapon(club);
|
||||
jim.attack();
|
||||
club.setType("some other type of club");
|
||||
|
||||
Reference in New Issue
Block a user