Convert to new namespace stuff and implicit usings
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace Prospect.Server.Api.Config
|
||||
namespace Prospect.Server.Api.Config;
|
||||
|
||||
public class PlayFabSettings
|
||||
{
|
||||
public class PlayFabSettings
|
||||
{
|
||||
public string PublisherId { get; set; }
|
||||
public string TitleId { get; set; }
|
||||
}
|
||||
public string PublisherId { get; set; }
|
||||
public string TitleId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user