Observer-modell

This commit is contained in:
2014-05-15 13:40:29 +02:00
parent 0c50f3b801
commit 42fcc8a1f0
4 changed files with 29 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ namespace WorldOfPeacecraft
return Coord.X;
}
public void SetPos (int x, int y)
public virtual void SetPos (int x, int y)
{
SetX (x);
SetY (y);