init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using VOID.Generic.Objects.Traversable;
|
||||
|
||||
namespace VOID.Generic.Navigation
|
||||
{
|
||||
public class PathCorrectedLinkData
|
||||
{
|
||||
public TraversableObject traversable;
|
||||
public bool isReverse;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user