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