adding location stuff
This commit is contained in:
@@ -26,6 +26,7 @@ namespace PeopleVille.Persons
|
||||
public void Walk(Location newLocation)
|
||||
{
|
||||
this.CurrentLocation = newLocation;
|
||||
newLocation.UseLocation(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user