feat(chat-room) 채팅방 골격 추가
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// CharacterInfo.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 9/2/25.
|
||||
//
|
||||
|
||||
struct CharacterInfo: Decodable {
|
||||
let characterId: Int64
|
||||
let name: String
|
||||
let profileImageUrl: String
|
||||
let characterType: CharacterType
|
||||
}
|
||||
Reference in New Issue
Block a user