feat(character-gallery): 이미지 구매 기능 추가
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user