Files
the-cycle/src/Prospect.Server.Api/Config/PlayFabSettings.cs
T
2025-05-02 09:16:27 +03:00

7 lines
158 B
C#

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