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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
package com.mbridge.msdk.newreward.b;
import com.mbridge.msdk.newreward.a.e;
import com.mbridge.msdk.newreward.function.e.f;
/* loaded from: classes4.dex */
public final class b {
private String a;
private String b;
private String c;
private e d;
private f e;
private int f;
private boolean g;
public final e a() {
return this.d;
}
public final void a(e eVar) {
this.d = eVar;
}
public final void a(f fVar) {
this.e = fVar;
}
public final void a(String str) {
this.c = str;
}
public final String b() {
return this.c;
}
public final String c() {
return this.a;
}
public final String d() {
return this.b;
}
public final int e() {
return this.f;
}
public final boolean f() {
return this.g;
}
public final f g() {
return this.e;
}
public b(String str, String str2, int i, boolean z) {
this.a = str;
this.b = str2;
this.f = i;
this.g = z;
}
}