Location Sharing

This commit is contained in:
Tsubasahane
2025-12-27 19:19:20 +08:00
parent 56566003e0
commit 9feb0b3c35
7 changed files with 45 additions and 7 deletions

View File

@@ -8,4 +8,5 @@ public enum GroupUserPreferredPermissions
DisableAnimations = 0x2,
DisableSounds = 0x4,
DisableVFX = 0x8,
ShareLocation = 0x10,
}

View File

@@ -9,4 +9,5 @@ public enum UserPermissions
DisableSounds = 4,
DisableVFX = 8,
Sticky = 16,
ShareLocation = 32
}