fixes
This commit is contained in:
@@ -50,8 +50,8 @@ namespace DemonBoss.Summoner
|
|||||||
|
|
||||||
private void OnEnter(vIFSMBehaviourController fsmBehaviour)
|
private void OnEnter(vIFSMBehaviourController fsmBehaviour)
|
||||||
{
|
{
|
||||||
summoner = fsmBehaviour.GetComponent<SummonerAI>();
|
summoner = fsmBehaviour.gameObject.GetComponent<SummonerAI>();
|
||||||
animator = fsmBehaviour.GetComponent<Animator>();
|
animator = fsmBehaviour.gameObject.GetComponent<Animator>();
|
||||||
|
|
||||||
if (summoner == null)
|
if (summoner == null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user