Untitled

 avatar
unknown
plain_text
5 months ago
152 B
2
Indexable
public class BoardingData
    {
        [JsonProperty("isReg")] public bool isRegistered;
        [JsonProperty("uN")] public string userName;
    }
Editor is loading...
Leave a Comment