룰렛 변경

- 확률 수동 설정
- 여러개의 룰렛이 켜져있을 때 선택하여 돌리기
- 후원 히스토리에 룰렛 히스토리
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

@@ -0,0 +1,12 @@
//
// SpinRouletteResponse.swift
// SodaLive
//
// Created by klaus on 5/11/24.
//
struct SpinRouletteResponse: Decodable {
let can: Int
let result: String
let items: [RouletteItem]
}