From 9c7f34c52112c1366e03eae8d68318f8edb6e82c Mon Sep 17 00:00:00 2001 From: c0nd3v <32241825+c0nd3v@users.noreply.github.com> Date: Sun, 17 Dec 2023 19:28:46 -0500 Subject: [PATCH] Fix updated struct version --- src/DotRecast.Detour.Extras/Unity/Astar/Meta.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DotRecast.Detour.Extras/Unity/Astar/Meta.cs b/src/DotRecast.Detour.Extras/Unity/Astar/Meta.cs index e9e34ba..baa08db 100644 --- a/src/DotRecast.Detour.Extras/Unity/Astar/Meta.cs +++ b/src/DotRecast.Detour.Extras/Unity/Astar/Meta.cs @@ -25,7 +25,7 @@ namespace DotRecast.Detour.Extras.Unity.Astar { public const string TYPENAME_RECAST_GRAPH = "Pathfinding.RecastGraph"; public const string MIN_SUPPORTED_VERSION = "4.0.6"; - public const string UPDATED_STRUCT_VERSION = "4.1.16"; + public const string UPDATED_STRUCT_VERSION = "4.1.0"; public static readonly Regex VERSION_PATTERN = new Regex(@"(\d+)\.(\d+)\.(\d+)"); public string version { get; set; } public int graphs { get; set; } @@ -86,4 +86,4 @@ namespace DotRecast.Detour.Extras.Unity.Astar return false; } } -} \ No newline at end of file +}