adding manager to every person
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user