mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-09-08 03:15:10 -05:00
Card art and sleeves update
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user