mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
Call base impl of ImplSpecificSetup() in FSM instancer (#373)
This commit is contained in:
parent
1d498090e3
commit
d6d3fbb1aa
@ -28,6 +28,7 @@ namespace UnityAtoms.FSM
|
||||
{
|
||||
((FiniteStateMachine)_inMemoryCopy).CompleteCurrentTransition = Instantiate(((FiniteStateMachine)Base).CompleteCurrentTransition);
|
||||
}
|
||||
base.ImplSpecificSetup();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user