Test Commit mit ParserTestKlasse

This commit is contained in:
Daniel Herrmann
2014-04-10 12:30:16 +02:00
parent 4833752a4b
commit 18f254e84d
6 changed files with 94 additions and 18 deletions

View File

@@ -18,5 +18,10 @@ namespace WorldOfPeacecraft
{
return Score;
}
public override string ToString()
{
return "Player: " + Id + " " + PosX + " " + PosY + " " + Desc + " " + Busy + " " + Score;
}
}
}