Added ways to Region
This commit is contained in:
parent
cd1584eee7
commit
e7119b22ae
@ -7,6 +7,7 @@ public class Region
|
||||
{
|
||||
[NonSerialized]public const float RegionSize = 0.1f;
|
||||
public readonly HashSet<OsmNode> nodes = new();
|
||||
public readonly HashSet<OsmWay> ways = new();
|
||||
public ulong regionHash { get; }
|
||||
public TagManager tagManager { get; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user