1 2 3 4 5 6 7 8 9
package ml.docilealligator.infinityforreddit.events; public class ChangeAutoplayNsfwVideosEvent { public boolean autoplayNsfwVideos; public ChangeAutoplayNsfwVideosEvent(boolean autoplayNsfwVideos) { this.autoplayNsfwVideos = autoplayNsfwVideos; } }