xbox-live-developer-tools/Tools/MultiplayerSessionHistoryVi.../QueryBy.cs

14 строки
313 B
C#

// Copyright (c) Microsoft Corporation
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace SessionHistoryViewer
{
public enum QueryBy
{
SessionName = 0,
GamerTag = 1,
GamerXuid = 2,
CorrelationId = 3,
}
}