com.github.twitch4j.pubsub.events.BitsLeaderboardEvent Maven / Gradle / Ivy
The newest version!
package com.github.twitch4j.pubsub.events;
import com.github.twitch4j.pubsub.domain.Leaderboard;
import lombok.EqualsAndHashCode;
import lombok.ToString;
@ToString(callSuper = true)
@EqualsAndHashCode(callSuper = true)
public class BitsLeaderboardEvent extends LeaderboardEvent {
public BitsLeaderboardEvent(Leaderboard data) {
super(data);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy