mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-19 09:36:59 +01:00
7 lines
162 B
Java
7 lines
162 B
Java
|
package fi.razerman.youtube;
|
||
|
|
||
|
// Ignore this file, the implementation is in another repository
|
||
|
public class XGlobals {
|
||
|
public static Boolean debug = false;
|
||
|
}
|