basic summaries for all pair classes, create partial classes and condense models into a single file

This commit is contained in:
2025-11-26 17:56:01 +09:00
parent e350e8007a
commit 1cdc0a90f9
13 changed files with 626 additions and 647 deletions

View File

@@ -9,6 +9,9 @@ using LightlessSync.API.Dto.User;
namespace LightlessSync.PlayerData.Pairs;
/// <summary>
/// in memory state for pairs, groups, and syncshells
/// </summary>
public sealed class PairManager
{
private readonly object _gate = new();