DotRecastNetSim/src/DotRecast.Detour/Intersection.cs

9 lines
121 B
C#
Raw Normal View History

2023-05-07 11:55:13 +03:00
namespace DotRecast.Detour
{
public enum Intersection
{
None,
Single,
Overlap,
}
}