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
|
||||
|
||||
Reference in New Issue
Block a user