Move Bomb Responsibilities to BombService
This commit is contained in:
@@ -16,8 +16,7 @@ namespace Services {
|
||||
}
|
||||
|
||||
public Gem GetGemAt(Vector2Int pos) {
|
||||
Gem gameObject = this.gemsGrid[pos.x, pos.y];
|
||||
return gameObject;
|
||||
return this.gemsGrid[pos.x, pos.y];
|
||||
}
|
||||
|
||||
public void SetGemAt(Vector2Int pos, Gem gameObject) {
|
||||
|
||||
Reference in New Issue
Block a user