forked from mirror/DotRecast
9 lines
121 B
C#
9 lines
121 B
C#
|
namespace DotRecast.Detour
|
|||
|
{
|
|||
|
public enum Intersection
|
|||
|
{
|
|||
|
None,
|
|||
|
Single,
|
|||
|
Overlap,
|
|||
|
}
|
|||
|
}
|