docs: fix memory-reference name in gacha-point model docstrings

This commit is contained in:
gamer147
2026-05-28 22:54:46 -04:00
parent 21adc68e28
commit 96f1d73e35
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ namespace SVSim.Database.Models;
/// <c>PackId</c> = parent_gacha_id. <c>Points</c> accumulates one per pack opened (or
/// <c>PackChildGachaEntry.OverrideIncreaseGachaPoint</c> when set on the child) and is
/// decremented by <see cref="PackGachaPointConfig.ExchangeablePoint"/> per exchange.
/// Unique index on (ViewerId, PackId) per feedback_owned_collection_unique_index.
/// Unique index on (ViewerId, PackId) per project_owned_collection_unique_index.
/// </summary>
[Owned]
public class ViewerGachaPointBalance