Consolidation
This commit is contained in:
@@ -9,5 +9,4 @@ public interface IPackRepository
|
||||
Task<Dictionary<int, ViewerPackOpenCount>> GetOpenCountsForViewer(long viewerId);
|
||||
Task IncrementOpenCount(long viewerId, int parentGachaId, int by);
|
||||
Task MarkDailyFreeUsed(long viewerId, int parentGachaId, DateTime when);
|
||||
Task GrantCardsToViewer(long viewerId, IEnumerable<long> cardIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user