Example #1
0
        void SetupBad()
        {
            calledBack = false;
            GameObject gameObject = new GameObject();

            gameObject.AddComponent <MasterNodeApi>();
            masterNodeApiBad = gameObject.GetComponent <MasterNodeApi>();
            masterNodeApiBad.SetNetworkInfo(badNetwork);
        }