Pack opening
This commit is contained in:
17
SVSim.Database/Enums/PackCategory.cs
Normal file
17
SVSim.Database/Enums/PackCategory.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace SVSim.Database.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Mirrors <c>Wizard.PackCategory</c> in the decompiled client
|
||||
/// (<c>Shadowverse_Code/Wizard/PackCategory.cs</c>). Wire value = (int)enum.
|
||||
/// </summary>
|
||||
public enum PackCategory
|
||||
{
|
||||
None = 0,
|
||||
LegendCardPack = 1,
|
||||
SpecialCardPack = 2,
|
||||
LimitedSpecialCardPack = 3,
|
||||
FreePackLeaderSkin = 4,
|
||||
RotationStarterCardPack = 5,
|
||||
LeaderSkinPack = 6,
|
||||
LegendAndLeaderSkinSinglePack = 7,
|
||||
}
|
||||
Reference in New Issue
Block a user