correction impl des Parts (engine, Exterio ,...)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package src.fr.impl.Parts;
|
||||
|
||||
import src.fr.api.PartType;
|
||||
import src.fr.impl.CategoryImpl;
|
||||
import src.fr.impl.PartImpl;
|
||||
import src.fr.impl.PartTypeImpl;
|
||||
|
||||
public class Exterior extends PartImpl {
|
||||
public Exterior(PartType partType){
|
||||
super(partType);
|
||||
public Exterior(String name, CategoryImpl category){
|
||||
super(new PartTypeImpl(name,Engine.class, category));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user