Adjust Bomb Behavior

This commit is contained in:
2025-12-17 00:11:17 +08:00
parent 4c3980d84d
commit de2de35b1b
5 changed files with 84 additions and 47 deletions

View File

@@ -15,7 +15,6 @@ namespace Services.Interfaces
Func<Vector2Int, Gem> getGemAt,
Func<Vector2Int, UniTask> destroyAtAsync,
int radius,
float bombDelaySeconds,
float bombSelfDelaySeconds);
float bombDelaySeconds);
}
}