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

@@ -6,6 +6,9 @@ using LightlessSync.Utils;
namespace LightlessSync.PlayerData.Pairs;
/// <summary>
/// cache for character/pair data and penumbra collections
/// </summary>
public sealed class PairStateCache
{
private readonly ConcurrentDictionary<string, PairState> _cache = new(StringComparer.Ordinal);