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

com.hiczp.bilibili.api.live.socket.event.WarningPackageEvent 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.WarningEntity;

public class WarningPackageEvent extends ReceiveDataPackageEvent {
    public WarningPackageEvent(LiveClient source, WarningEntity entity) {
        super(source, entity);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy