Core/DataStores: Implemented RewardPackXCurrencyType.db2

This commit is contained in:
hondacrx
2018-04-16 14:14:37 -04:00
parent 77f981d868
commit ba4a509758
5 changed files with 34 additions and 5 deletions
@@ -36,6 +36,14 @@ namespace Game.DataStorage
public ushort TreasurePickerID;
}
public sealed class RewardPackXCurrencyTypeRecord
{
public uint Id;
public uint CurrencyTypeID;
public int Quantity;
public uint RewardPackID;
}
public sealed class RewardPackXItemRecord
{
public uint Id;