Fixed Object Pooling and cascading

This commit is contained in:
2025-12-14 19:19:40 +08:00
parent 68046b8960
commit 95b43ed772
13 changed files with 154 additions and 40 deletions

View File

@@ -18,9 +18,7 @@ namespace Services
public void Start()
{
Debug.Log("Level Entry Point");
this.gameBoardService.Setup();
}
}
}