Card art and sleeves update

This commit is contained in:
Andrio Celos
2023-10-10 09:31:50 +11:00
parent a9a7249f59
commit deb8a673ab
43 changed files with 1314 additions and 681 deletions

View File

@@ -6,9 +6,7 @@ namespace TableturfBattleServer;
public struct Error {
[JsonIgnore]
public HttpStatusCode HttpStatusCode { get; }
[JsonProperty("code")]
public string Code { get; }
[JsonProperty("description")]
public string Description { get; }
public Error(HttpStatusCode httpStatusCode, string code, string description) {