Current Behavior
When calling WayPointEdges on a Gothic world (tested with G1 and G2 worlds), the following exception occurs:
EntryPointNotFoundException: ZkWayNet_getEdges assembly:<unknown assembly> type:<unknown type> member:(null)
ZenKit.WayNet.get_Edges () (at <f44f6a1570f1473c812371570723a85c>:0)
ZenKit.WayNet.Cache () (at <f44f6a1570f1473c812371570723a85c>:0)
Reproduction
var world = new ZenKit.World(Vfs, "AnyWorld.zen");
var WayNet = (CachedWayNet)world.WayNet.Cache() // <- Caching calls the WP Edges and crashes.