Split functions from Aac into AacInternals
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user