PR1/Stau/PKW.java~

7 lines
102 B
Java

public class PKW extends Fahrzeug {
PKW(int pos, String fahrer){
super(pos,4, fahrer, "[XX]");
}
}