Share Location

This commit is contained in:
Tsubasahane
2025-12-27 19:52:28 +08:00
parent d39a922482
commit 9971b14177
12 changed files with 114 additions and 5 deletions

View File

@@ -15,4 +15,5 @@ public class UserPermissionSet
public bool DisableAnimations { get; set; } = false;
public bool DisableVFX { get; set; } = false;
public bool DisableSounds { get; set; } = false;
public bool ShareLocation { get; set; } = false;
}