This commit is contained in:
Kei-Luna
2026-04-29 06:59:22 +09:00
parent 5fa42bdb23
commit 720f56c708

View File

@@ -21,6 +21,7 @@ public class InventoryData : BaseDatabaseDataHelper
[SugarColumn(IsJson = true)]
public Dictionary<uint, GameSupportCardInfo> SupportCards { get; set; } = []; // Key: UniqueId
[SugarColumn(IsJson = true)]
public Dictionary<uint, uint> SkinTypesBySkinId { get; set; } = []; // Key: nSkinId, Value: client nType
}