룰렛에 mvp 패턴 추가중
- 룰렛 결과에 따른 재화 획득 기능 추가
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user