Pack opening
This commit is contained in:
7
SVSim.EmulatedEntrypoint/Services/DrawResult.cs
Normal file
7
SVSim.EmulatedEntrypoint/Services/DrawResult.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using SVSim.Database.Enums;
|
||||
|
||||
namespace SVSim.EmulatedEntrypoint.Services;
|
||||
|
||||
public record DrawnCard(long CardId, Rarity Rarity);
|
||||
|
||||
public record DrawResult(IReadOnlyList<DrawnCard> Cards);
|
||||
Reference in New Issue
Block a user