revanced-patches/src/main/kotlin/net/revanced/patches/Index.kt

12 lines
299 B
Kotlin
Raw Normal View History

2022-03-21 16:19:51 +01:00
package net.revanced.patches
import net.revanced.patches.ads.VideoAds
// This object contains all the patches and should be imported when using this library
object Index {
// Array of patches. New patches should be added to the array
val patches = arrayOf(
VideoAds::class
)
}