Implement Bombs
This commit is contained in:
@@ -14,9 +14,10 @@ namespace Services {
|
||||
|
||||
public bool isMatch = false;
|
||||
|
||||
public Gem(GemType type, Vector2Int position) {
|
||||
public Gem(GemType type, Vector2Int position, int scoreValue) {
|
||||
this.type = type;
|
||||
this.position = position;
|
||||
this.scoreValue = scoreValue;
|
||||
}
|
||||
|
||||
public void SetPosition(Vector2Int position) {
|
||||
|
||||
Reference in New Issue
Block a user