change: updated gambling.yml to the newest version

dev: fixed pubsub not supporting tuples
This commit is contained in:
Kwoth
2024-08-28 05:04:52 +00:00
parent c033c0e3c8
commit bc22987330
4 changed files with 8 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ public class JsonSeria : ISeria
{
private readonly JsonSerializerOptions _serializerOptions = new()
{
IncludeFields = true,
Converters =
{
new Rgba32Converter(),