7 lines
158 B
C#
7 lines
158 B
C#
namespace Prospect.Server.Api.Config;
|
|
|
|
public class PlayFabSettings
|
|
{
|
|
public string PublisherId { get; set; }
|
|
public string TitleId { get; set; }
|
|
} |