Fixed Bomb Spawning
This commit is contained in:
@@ -12,7 +12,9 @@ namespace Services.Interfaces {
|
||||
/// <param name="protectedPositions">
|
||||
/// Protected positions, bombs that we don't want to destroy.
|
||||
/// </param>
|
||||
/// <returns></returns>
|
||||
/// <returns>
|
||||
/// HashSet of unprotected matches.
|
||||
/// </returns>
|
||||
UniTask<HashSet<Vector2Int>> GetMatchPositionsAsync(List<Vector2Int> protectedPositions);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user