Update GameBoardService.cs

This commit is contained in:
2025-12-17 06:37:10 +08:00
parent 2de9359dda
commit 9b6d2369c6

View File

@@ -289,7 +289,6 @@ namespace Services {
}
}
#region Utils
private void RemovePresenterFor(GemView gemView) {
if (gemView is null) {
return;
@@ -298,7 +297,6 @@ namespace Services {
GemPresenter presenter = this.gemPresenters.FirstOrDefault(p => p.GemView == gemView);
this.gemPresenters.Remove(presenter);
}
#endregion
public void Dispose() {
this.objectPool.Clear();