Split functions from Aac into AacInternals

This commit is contained in:
Haï~
2023-10-02 04:53:27 +02:00
parent 53da87438e
commit fd5c47e83c
5 changed files with 122 additions and 111 deletions
+1
View File
@@ -16,6 +16,7 @@ namespace AnimatorAsCode.V1
protected readonly AacFlStateMachine ParentMachine;
protected readonly IAacDefaultsProvider DefaultsProvider;
// TODO: What is this for???
protected Dictionary<Type, object> behaviorCache = new Dictionary<Type, object>();
protected AacAnimatorNode(AacFlStateMachine parentMachine, IAacDefaultsProvider defaultsProvider)