示例#1
0
    public static IGLinkStatistics sharedInstance()
    {
        if (glinkStatistics == null) {
            #if UNITY_IOS
            glinkStatistics = new GLinkStatisticsiOS();
            #elif UNITY_ANDROID
            glinkStatistics = new GLinkStatisticsAndroid();
            #endif
        }

        return glinkStatistics;
    }
示例#2
0
    public static IGLinkStatistics sharedInstance()
    {
        if (glinkStatistics == null)
        {
                        #if UNITY_IOS
            glinkStatistics = new GLinkStatisticsiOS();
                        #elif UNITY_ANDROID
            glinkStatistics = new GLinkStatisticsAndroid();
                        #endif
        }

        return(glinkStatistics);
    }