Visual_Novel_iOS/crush/Crush/Src/Modules/Friend/Model/HeartBeatLevelRelation.swift

21 lines
448 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// HeartBeatLevelRelation.swift
// Crush
//
// Created by Leon on 2025/8/25.
//
struct HeartbeatLeveLDict: Codable{
var code: String?
var name: String?
var imgUrl: String?
var isUnlock: Bool?
var startVal: Double?
}
///
struct HeartBeatLevelRelation: Codable{
var aiUserHeartbeatRelation: AIUserHeartBeatRelation?
var heartbeatLeveLDictList: [HeartbeatLeveLDict]?
}