Newer
Older
app-47-android / Assets / LegacySDK / TimeValues.cs
@a_kuznecov a_kuznecov on 22 Jun 2023 197 bytes First Commit
public static class TimeValues 
{
    public readonly static float AppsFlyerDelay = 6f;
    public readonly static float FireBaseDelay = 3f;
    public readonly static float ChromeTabDelay = 4f;
}