(MIGRATION END) Change namespaces

This commit is contained in:
Haï~
2023-10-02 04:48:23 +02:00
parent 6c00522b62
commit 3f5fd7aff7
7 changed files with 63 additions and 6 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
using System;
using AnimatorAsCode.V1;
using VRC.SDK3.Avatars.Components;
using VRC.SDKBase;
// ReSharper disable once CheckNamespace
namespace AnimatorAsCode.V1VRC
namespace AnimatorAsCode.V1.VRC
{
public static class VRChatExtensions
{