@@ -145,7 +145,7 @@ public class ArrowSerialPort : MonoBehaviour
if (!lightWaitClose)
{
LOG("游戏时间结束 延迟关闭激光");
- Invoke("DoDelayCloseLight", 5f);
+ Invoke("DoDelayCloseLight", 60f);
lightWaitClose = true;
}