Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

79 lines
1.5 KiB
Java

package com.ironsource;
/* loaded from: classes2.dex */
public class co {
private boolean a;
private boolean b;
private boolean c;
private go d;
private int e;
private int f;
public static class b {
private boolean a = true;
private boolean b = false;
private boolean c = false;
private go d = null;
private int e = 0;
private int f = 0;
public b a(boolean z) {
this.a = z;
return this;
}
public b a(boolean z, int i) {
this.c = z;
this.f = i;
return this;
}
public b a(boolean z, go goVar, int i) {
this.b = z;
if (goVar == null) {
goVar = go.PER_DAY;
}
this.d = goVar;
this.e = i;
return this;
}
public co a() {
return new co(this.a, this.b, this.c, this.d, this.e, this.f);
}
}
private co(boolean z, boolean z2, boolean z3, go goVar, int i, int i2) {
this.a = z;
this.b = z2;
this.c = z3;
this.d = goVar;
this.e = i;
this.f = i2;
}
public go a() {
return this.d;
}
public int b() {
return this.e;
}
public int c() {
return this.f;
}
public boolean d() {
return this.b;
}
public boolean e() {
return this.a;
}
public boolean f() {
return this.c;
}
}