PersonnagesAbstraits dans les autres classes.
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| package Composition; | ||||
|  | ||||
| public class GroupeAbstrait extends PersonnageAbstrait { | ||||
| public class GroupeAbstrait extends PersonnagesAbstraits { | ||||
| } | ||||
|   | ||||
| @@ -2,11 +2,11 @@ package Person; | ||||
|  | ||||
| import Comportements.ComportementCombat; | ||||
| import Comportements.ComportementEmmetreSon; | ||||
| import Composition.PersonnageAbstrait; | ||||
| import Composition.PersonnagesAbstraits; | ||||
| import Observateur.ObservateurAbstrait; | ||||
| import Observateur.Organisation; | ||||
|  | ||||
| public class Personnage extends PersonnageAbstrait implements ObservateurAbstrait { | ||||
| public class Personnage extends PersonnagesAbstraits implements ObservateurAbstrait { | ||||
|     protected String nom; | ||||
|     protected ComportementCombat comportementCombat; | ||||
|     protected ComportementEmmetreSon comportementEmmetreSon; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user