Files
VOIDRPG/Assets/90 - Scripts/Generic/Navigation/PathCorrectedLinkData.cs
T
2026-07-09 21:33:33 +02:00

10 lines
209 B
C#

using VOID.Generic.Objects.Traversable;
namespace VOID.Generic.Navigation
{
public class PathCorrectedLinkData
{
public TraversableObject traversable;
public bool isReverse;
}
}