做不出来
This commit is contained in:
@@ -117,7 +117,7 @@ namespace Cielonos.MainGame
|
||||
{
|
||||
public void Update()
|
||||
{
|
||||
if (!isEnabling || currentHitIndex >= originalHitCount - 1 || attackArea.timeSm.delayTime > 0)
|
||||
if (!isEnabling || currentHitIndex >= originalHitCount || attackArea.timeSm.delayTime > 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
@@ -134,7 +134,7 @@ namespace Cielonos.MainGame
|
||||
currentHitIndex++;
|
||||
}
|
||||
|
||||
if (currentHitIndex >= originalHitCount - 1)
|
||||
if (currentHitIndex >= originalHitCount)
|
||||
{
|
||||
attackArea.isEnabling = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user