Ejemplo n.º 1
0
 protected virtual void OnDisable()
 {
     // 몬스터 제거
     enemyInfo.SetHP(enemyInfo.GetInitialHP());
     enemyInfo.target        = null;
     enemyInfo.DeathHandler -= SetDeathState;
     state = InitialState;
 }