(BREAKING) Replace structs with classes

This commit is contained in:
Haï~
2023-10-02 04:53:27 +02:00
parent fd5c47e83c
commit a1e5a43491
4 changed files with 3 additions and 14 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ namespace AnimatorAsCode.V1
}
}
public struct AacFlLayer
public class AacFlLayer
{
private readonly AnimatorController _animatorController;
private readonly AacConfiguration _configuration;