- 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
13 lines
387 B
Java
13 lines
387 B
Java
package csdk.glucentralservices.eventbus;
|
|
|
|
/* loaded from: classes4.dex */
|
|
class EventHandlerData {
|
|
public final IServerEventBus eventBus;
|
|
public final IServerEventHandler handler;
|
|
|
|
public EventHandlerData(IServerEventBus iServerEventBus, IServerEventHandler iServerEventHandler) {
|
|
this.eventBus = iServerEventBus;
|
|
this.handler = iServerEventHandler;
|
|
}
|
|
}
|