10 lines
No EOL
194 B
C#
10 lines
No EOL
194 B
C#
namespace DefaultNamespace.Navigation
|
|
{
|
|
public struct PathNodeConnection
|
|
{
|
|
public int Destination;
|
|
public PathNodeConnectionType Type;
|
|
public float Distance;
|
|
public bool1 Left;
|
|
}
|
|
} |