Add more CloudScript functions, start of EnterMatchmaking
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Prospect.Server.Api.Services.CloudScript.Models;
|
||||
|
||||
public class FYBaseSocialRequest
|
||||
{
|
||||
[JsonPropertyName("targetPlayFabId")]
|
||||
public string? TargetPlayFabId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user