Untitled

Anonymous
plain_text
10/12/2024 6:45 PM
204 B
12
Indexable
public class BoardingData
    {
        [JsonProperty("isReg")] public bool isRegistered;
        [JsonProperty("uN")] public string userName;
    }
Editor is loading...
Leave a Comment