10 lines
209 B
C#
10 lines
209 B
C#
using VOID.Generic.Objects.Traversable;
|
|
|
|
namespace VOID.Generic.Navigation
|
|
{
|
|
public class PathCorrectedLinkData
|
|
{
|
|
public TraversableObject traversable;
|
|
public bool isReverse;
|
|
}
|
|
} |