forked from aly/qstbak
5 lines
149 B
C#
5 lines
149 B
C#
using System.Numerics;
|
|
|
|
namespace Questionable.External;
|
|
|
|
internal sealed record PathfindQuery(Vector3 From, Vector3 To, bool Fly, float Tolerance);
|