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