Samples: Updated to 2.0.0

This commit is contained in:
Anders Ejlersen 2025-12-06 15:25:17 +01:00
parent 55d0393cf8
commit 2bcd3c63af
8 changed files with 208 additions and 4 deletions

View file

@ -1,3 +1,4 @@
#if !UNITY_6000_3_OR_NEWER
using System;
using System.Reflection;
using JetBrains.Annotations;
@ -95,4 +96,5 @@ namespace Module.NavigationTool.Editor.Burst.Toolbar
}
}
}
}
}
#endif