Swarm/DysonNetwork.Sphere/Auth/CheckpointModel.cs

6 lines
119 B
C#

namespace DysonNetwork.Sphere.Auth;
public class CaptchaVerificationResponse
{
public bool Success { get; set; }
}