This commit is contained in:
zeruth
2019-06-16 22:31:48 -04:00
parent 2e873af898
commit 39a9ae35ab
218 changed files with 16857 additions and 16879 deletions

View File

@@ -31,12 +31,6 @@ public class TriBool {
@Export("urlRequester")
static UrlRequester urlRequester;
static {
TriBool_unknown = new TriBool();
TriBool_true = new TriBool();
TriBool_false = new TriBool();
}
@ObfuscatedName("go")
@ObfuscatedSignature(
signature = "(I)V",
@@ -48,4 +42,10 @@ public class TriBool {
}
}
static {
TriBool_unknown = new TriBool();
TriBool_true = new TriBool();
TriBool_false = new TriBool();
}
}