muffin v7.5.6
This commit is contained in:
parent
6266f9e6b7
commit
addf2d530f
619 changed files with 264792 additions and 446022 deletions
|
|
@ -8,9 +8,12 @@ public sealed class PurchaseCompletedEventArgs : EventArgs
|
|||
|
||||
public bool Success { get; }
|
||||
|
||||
public PurchaseCompletedEventArgs(uint itemId, bool success)
|
||||
public int QuantityPurchased { get; }
|
||||
|
||||
public PurchaseCompletedEventArgs(uint itemId, bool success, int quantityPurchased = 0)
|
||||
{
|
||||
ItemId = itemId;
|
||||
Success = success;
|
||||
QuantityPurchased = quantityPurchased;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue