Renamed some funcs, and fleshed out a ton on man0l1. Various related things were also added.

This commit is contained in:
Filip Maj 2022-02-07 05:13:34 -05:00
parent 0ac53e23ad
commit 9f077190a3
20 changed files with 225 additions and 190 deletions

View file

@ -52,6 +52,11 @@ namespace Meteor.Map.actors.area
return PrivateAreaType;
}
public override bool IsPublic()
{
return false;
}
public Zone GetParentZone()
{
return ParentZone;