Disable undo on all relevant Unity function invocations

This commit is contained in:
Haï~
2023-10-02 04:53:27 +02:00
parent a1e5a43491
commit 0e15f255b3
5 changed files with 81 additions and 37 deletions
@@ -7,7 +7,7 @@ using VRC.SDK3.Avatars.Components;
namespace AnimatorAsCode.V1.VRCDestructiveWorkflow
{
// ReSharper disable once InconsistentNaming
public static class AacV1VRCDestructiveWorkflowExtensions
public static class AacVRCDestructiveWorkflowExtensions
{
private interface IAdditionalDataAvatarDescriptor {}