muffin v7.5.6
This commit is contained in:
parent
6266f9e6b7
commit
addf2d530f
619 changed files with 264792 additions and 446022 deletions
14
SmartNav/SmartNav.Graph/NavEdgeType.cs
Normal file
14
SmartNav/SmartNav.Graph/NavEdgeType.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
namespace SmartNav.Graph;
|
||||
|
||||
public enum NavEdgeType
|
||||
{
|
||||
Teleport,
|
||||
WithinZone,
|
||||
AethernetHop,
|
||||
ZoneBoundary,
|
||||
Warp,
|
||||
ChocoboTaxi,
|
||||
Return,
|
||||
SubRegionTransport,
|
||||
TicketTeleport
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue