Ejemplo n.º 1
0
            public InternalGKMatchmakerViewControllerDelegateImpl(GCRealTimeMultiplayerClient client, IRealTimeMultiplayerListener listener)
            {
                Util.NullArgumentTest(client);

                this.mClient   = client;
                this.mListener = listener;
            }
Ejemplo n.º 2
0
 public InternalGKMatchDelegateImpl(GCRealTimeMultiplayerClient client)
 {
     Util.NullArgumentTest(client);
     this.mClient = client;
 }