룰렛에 mvp 패턴 추가중

- 룰렛 결과에 따른 재화 획득 기능 추가
This commit is contained in:
Mingu Kim
2025-06-19 21:29:50 +09:00
parent b125bc748a
commit 8cae00f132
8 changed files with 72 additions and 10 deletions

View File

@@ -22,7 +22,6 @@ namespace TON
.Subscribe(text => title.text = text)
.AddTo(this);
presenter.BuyCommand.BindTo(buyButton).AddTo(this);
}
[ContextMenu("Bind")]
@@ -72,4 +71,4 @@ namespace TON
Quantity = quantity;
}
}
}
}