interface MedalInfo {
    anchor_roomid: number;
    anchor_uname: string;
    guard_level: number;
    icon_id: number;
    is_lighted: number;
    medal_color: number;
    medal_color_border: number;
    medal_color_end: number;
    medal_color_start: number;
    medal_level: number;
    medal_name: string;
    special: string;
    target_id: number;
}

Properties

anchor_roomid: number
anchor_uname: string
guard_level: number
icon_id: number
is_lighted: number
medal_color: number
medal_color_border: number
medal_color_end: number
medal_color_start: number
medal_level: number
medal_name: string
special: string
target_id: number