adding manager to every person

This commit is contained in:
2026-03-26 09:55:59 +01:00
parent 210f55e8bc
commit 75ad3da5c5
3 changed files with 8 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ namespace PeopleVille.Persons
public int Age { get; set; }
public Location CurrentLocation { get; set; }
public GameManager Manager { get; set; }
public void Walk(Location newLocation)
{