/// Register an invitation delegate to be notified when a multiplayer invitation arrives public void RegisterInvitationDelegate(BasicApi.InvitationReceivedDelegate deleg) { mClient.RegisterInvitationDelegate(deleg); }