This commit is contained in:
unknown
2015-04-07 12:36:14 +02:00
parent d8efbc8616
commit a2110d3e58
9 changed files with 81 additions and 60 deletions
+6
View File
@@ -10,4 +10,10 @@ public class Podium extends DrawObject {
super("stage", position);
}
@Override
public String getName() {
return "stage";
}
}