fix(pack): emit one gacha-point entry per emblem cosmetic + clean stale docstring
This commit is contained in:
@@ -16,7 +16,7 @@ public interface IGachaPointService
|
||||
|
||||
/// <summary>
|
||||
/// Increment the viewer's balance for <paramref name="pack"/> by
|
||||
/// <c>child.OverrideIncreaseGachaPoint ?? pack.GachaPointConfig.IncreaseGachaPoint</c>
|
||||
/// <c>child.OverrideIncreaseGachaPoint > 0 ? child.OverrideIncreaseGachaPoint : pack.GachaPointConfig.IncreaseGachaPoint</c>
|
||||
/// times <paramref name="packNumber"/>. No-op when the pack lacks a GachaPointConfig.
|
||||
/// Caller is responsible for SaveChangesAsync.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user