Update Spieler.java

This commit is contained in:
GordonDaFreeman 2017-09-21 12:52:46 +02:00 committed by GitHub
parent 22283f019b
commit 40ed7b6f3a
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class Spieler extends Person {
this.geschwindigkeit = 4+Math.random()*2;
this.vorname = Datenbank.genVorname();
this.name = Datenbank.genName();
p = new Position(0,0);
}
public boolean hasBall() {