Example #1
0
    public void serviceReady(string empty)
    {
        Debug.Log("GameCircleManager - serviceReady");

        AGSClient.
        ServiceReady(empty);
    }
        /* --------------------------------------------------------------------------------------
         * Do NOT rename these functions, the correct naming convention for these is sampleName!
         * They are called by external code that depend on this specific naming!
         * --------------------------------------------------------------------------------------
         */

        // ReSharper disable InconsistentNaming
        public void serviceReady(string empty)
        {
            AGSClient.Log("AGSClient - ServiceReady");
            firstInitializedFinished = true;
            AGSClient.ServiceReady(empty);
        }