This website requires JavaScript.
Explore
Help
Sign In
3024158
/
PR1
Watch
1
Star
1
Fork
You've already forked PR1
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
06c6de3951
PR1
/
Stau
/
PKW.java~
7 lines
102 B
Java
Raw
Blame
History
public
class
PKW
extends
Fahrzeug
{
PKW
(
int
pos
,
String
fahrer
)
{
super
(
pos
,
4
,
fahrer
,
"[XX]"
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink