Database changes for syncshell changes

This commit is contained in:
defnotken
2025-09-16 09:52:15 -05:00
parent d7e8be97ff
commit 81261fae49
7 changed files with 1307 additions and 0 deletions

View File

@@ -16,4 +16,5 @@ public class Group
public bool PreferDisableSounds { get; set; }
public bool PreferDisableAnimations { get; set; }
public bool PreferDisableVFX { get; set; }
public DateTime CreatedDate { get; set; } = DateTime.UtcNow;
}