룰렛 변경

- 확률 수동 설정
- 여러개의 룰렛이 켜져있을 때 선택하여 돌리기
- 후원 히스토리에 룰렛 히스토리
This commit is contained in:
Yu Sung
2024-05-11 02:56:52 +09:00
parent 57abeea432
commit cab719c774
21 changed files with 339 additions and 265 deletions

View File

@@ -9,5 +9,6 @@ import Foundation
struct SpinRouletteRequest: Encodable {
let roomId: Int
let rouletteId: Int
let container: String = "ios"
}