Files
the-cycle/src/Prospect.Server.Api/Config/PlayFabSettings.cs
T
2021-11-01 00:53:04 +01:00

8 lines
180 B
C#

namespace Prospect.Server.Api.Config
{
public class PlayFabSettings
{
public string PublisherId { get; set; }
public string TitleId { get; set; }
}
}