add fields to db

This commit is contained in:
rootdarkarchon
2023-04-20 09:53:27 +02:00
parent abda79a15a
commit 5d76553ff8
7 changed files with 729 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ public class ClientPair
public byte[] Timestamp { get; set; }
public bool DisableSounds { get; set; } = false;
public bool DisableAnimations { get; set; } = false;
public bool DisableVFX { get; set; } = false;
}