Cleanup
This commit is contained in:
@@ -19,11 +19,11 @@ namespace Views {
|
||||
|
||||
private CancellationTokenSource spawnScaleCts;
|
||||
|
||||
public void Bind(Gem gem, GemTypeValues gemvalue, bool isBomb = false) {
|
||||
public void Bind(Gem gem, GemTypeValues gemValue, bool isBomb = false) {
|
||||
this.gem = gem;
|
||||
this.gameObject.SetActive(true);
|
||||
|
||||
SetupGem(isBomb, gemvalue.gemSprite);
|
||||
SetupGem(isBomb, gemValue.gemSprite);
|
||||
PlaySpawnScale();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user