Update BombService

- L and T shapes will be considered as 4+
This commit is contained in:
2025-12-19 15:55:13 +08:00
parent aae09b5696
commit 73db75d40a
2 changed files with 24 additions and 4 deletions

View File

@@ -24,7 +24,9 @@ namespace Services.Interfaces {
/// <param name="gemTypeToCheck">
/// Type of gem to check.
/// </param>
/// <returns></returns>
/// <returns>
/// True if there are matches, false otherwise.
/// </returns>
bool MatchesAt(Vector2Int positionToCheck, GemType gemTypeToCheck);
void FindAllMatches();
}