(MIGRATION) Fix all compilation issues

This commit is contained in:
Haï~
2023-10-02 04:47:57 +02:00
parent c4174120b9
commit af5ce1576b
24 changed files with 185 additions and 95 deletions
@@ -1,9 +1,9 @@
using AnimatorAsCode.V0.Extensions.VRChat;
using AnimatorAsCode.V1VRC;
using NUnit.Framework;
using VRC.SDK3.Avatars.Components;
using VRC.SDKBase;
namespace av3_animator_as_code.Tests.PlayMode.GenerationTests
namespace av3_animator_as_code.Tests.V1VRC.PlayMode.GenerationTests
{
public class AIACVRCExtensionsDriverGenerationTest : AbstractSimpleSingleLayerAIAC
{
@@ -1,9 +1,9 @@
using AnimatorAsCode.V0.Extensions.VRChat;
using AnimatorAsCode.V1VRC;
using NUnit.Framework;
using VRC.SDK3.Avatars.Components;
using VRC.SDKBase;
namespace av3_animator_as_code.Tests.PlayMode.GenerationTests
namespace av3_animator_as_code.Tests.V1VRC.PlayMode.GenerationTests
{
public class AIACVRCExtensionsMiscGenerationTest : AbstractSimpleSingleLayerAIAC
{