Bwoinksystem empty ctor (VS2022 17.1 fix)

This commit is contained in:
Kara D
2022-02-16 16:03:26 -07:00
parent 19914b5129
commit 04f29727d9

View File

@@ -254,6 +254,8 @@ namespace Content.Server.Administration
{ {
{ "parse", Array.Empty<string>() } { "parse", Array.Empty<string>() }
}; };
public WebhookPayload() {}
} }
} }
} }