update
This commit is contained in:
parent
5bc2f9aa83
commit
a795db4f6e
@ -1,5 +1,12 @@
|
|||||||
package Person;
|
package Person;
|
||||||
|
|
||||||
public class PersonnageBattleGoal {
|
import Observateur.Organisation;
|
||||||
|
|
||||||
|
public class PersonnageBattleGoal extends Personnage {
|
||||||
|
|
||||||
|
protected PersonnageBattleGoal(Organisation etatMajor, String nom) {
|
||||||
|
super(etatMajor, nom);
|
||||||
|
// TODO Auto-generated constructor stub
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
package Person;
|
package Person;
|
||||||
|
|
||||||
public class PersonnageBattleSnow {
|
import Observateur.Organisation;
|
||||||
|
|
||||||
|
public class PersonnageBattleSnow extends Personnage{
|
||||||
|
|
||||||
|
protected PersonnageBattleSnow(Organisation etatMajor, String nom) {
|
||||||
|
super(etatMajor, nom);
|
||||||
|
// TODO Auto-generated constructor stub
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user