docs: fix memory-reference name in gacha-point model docstrings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,7 +6,7 @@ namespace SVSim.Database.Models;
|
||||
/// Marker row recording that a viewer has already redeemed <c>CardId</c> from <c>PackId</c>'s
|
||||
/// gacha-point exchange. Drives the per-entry <c>is_received</c> flag in
|
||||
/// <c>/pack/get_gacha_point_rewards</c>. Owned collection on <see cref="Viewer"/>.
|
||||
/// Unique index on (ViewerId, PackId, CardId) per feedback_owned_collection_unique_index.
|
||||
/// Unique index on (ViewerId, PackId, CardId) per project_owned_collection_unique_index.
|
||||
/// </summary>
|
||||
[Owned]
|
||||
public class ViewerGachaPointReceived
|
||||
|
||||
Reference in New Issue
Block a user