All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hiczp.bilibili.api.live.socket.event.DanMuMsgPackageEvent Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package com.hiczp.bilibili.api.live.socket.event;

import com.hiczp.bilibili.api.live.socket.LiveClient;
import com.hiczp.bilibili.api.live.socket.entity.DanMuMsgEntity;

public class DanMuMsgPackageEvent extends ReceiveDataPackageEvent {
    public DanMuMsgPackageEvent(LiveClient source, DanMuMsgEntity entity) {
        super(source, entity);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy