mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 20:17:22 +01:00
add fields to db
This commit is contained in:
parent
abda79a15a
commit
5d76553ff8
7 changed files with 729 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue