Test Commit mit ParserTestKlasse
This commit is contained in:
@@ -18,5 +18,10 @@ namespace WorldOfPeacecraft
|
||||
{
|
||||
return Score;
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return "Player: " + Id + " " + PosX + " " + PosY + " " + Desc + " " + Busy + " " + Score;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user