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

@@ -28,6 +28,9 @@ using ObjectKind = LightlessSync.API.Data.Enum.ObjectKind;
namespace LightlessSync.PlayerData.Pairs;
/// <summary>
/// orchestrates the lifecycle of a paired character
/// </summary>
public interface IPairHandlerAdapter : IDisposable, IPairPerformanceSubject
{
string Ident { get; }