add parts
This commit is contained in:
10
src/fr/impl/Parts/Exterior.java
Normal file
10
src/fr/impl/Parts/Exterior.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package src.fr.impl.Parts;
|
||||
|
||||
import src.fr.api.PartType;
|
||||
import src.fr.impl.PartImpl;
|
||||
|
||||
public class Exterior extends PartImpl {
|
||||
public Exterior(PartType partType){
|
||||
super(partType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user