feat(character-gallery): 이미지 구매 기능 추가

This commit is contained in:
Yu Sung
2025-09-05 17:59:26 +09:00
parent 6b24e908ca
commit 557a4421e7
6 changed files with 96 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ struct CharacterImageListResponse: Decodable {
struct CharacterImageListItemResponse: Decodable, Hashable {
let id: Int
let imageUrl: String
let isOwned: Bool
var imageUrl: String
var isOwned: Bool
let imagePriceCan: Int
}