fix(pack): emit one gacha-point entry per emblem cosmetic + clean stale docstring

This commit is contained in:
gamer147
2026-05-29 00:39:50 -04:00
parent 168e347a82
commit a8bbc39bfd
3 changed files with 67 additions and 15 deletions

View File

@@ -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>