Location Share but with expireAt

This commit is contained in:
Tsubasahane
2025-12-28 13:07:36 +08:00
parent d3790013c6
commit 717d8e46f1
7 changed files with 100 additions and 4 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 DateTimeOffset ShareLocationUntil { get; set; } = DateTimeOffset.MinValue;
}