clean up structs and seperate zone definitions

This commit is contained in:
azyges
2025-11-05 01:40:48 +09:00
parent 96627e3b85
commit 7cfe29e511
5 changed files with 126 additions and 112 deletions

View File

@@ -9,4 +9,4 @@ public class BroadcastRedisEntry()
public bool OwnedBy(string userUid) => !string.IsNullOrEmpty(userUid) && string.Equals(OwnerUID, userUid, StringComparison.Ordinal);
public bool HasOwner() => !string.IsNullOrEmpty(OwnerUID);
}
}