恢复
This commit is contained in:
parent
b2bb7613b4
commit
ae43a9f4b9
@ -300,9 +300,7 @@ public class Role : Fun
|
|||||||
if (lsanimationHighlight == dieIndex)
|
if (lsanimationHighlight == dieIndex)
|
||||||
{
|
{
|
||||||
SpawnPool.intance.DeadNumber += 1;
|
SpawnPool.intance.DeadNumber += 1;
|
||||||
// Destroy(gameObject);
|
Destroy(gameObject);
|
||||||
// SpawnPool.intance.ReturnEnemyToPool(this.gameObject); // 回收当前敌人到池中
|
|
||||||
// ResetAllStatus();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lsanimationHighlight == hitIndex)
|
if (lsanimationHighlight == hitIndex)
|
||||||
|
Loading…
Reference in New Issue
Block a user