Skip to content

Commit

Permalink
auto update to latest DPP master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
D++ Update Bot committed Jun 13, 2024
1 parent abbcd51 commit 426910b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Binary file modified MyBot/dependencies/32/debug/bin/dpp.dll
Binary file not shown.
Binary file modified MyBot/dependencies/32/release/bin/dpp.dll
Binary file not shown.
Binary file modified MyBot/dependencies/64/debug/bin/dpp.dll
Binary file not shown.
Binary file modified MyBot/dependencies/64/release/bin/dpp.dll
Binary file not shown.
8 changes: 8 additions & 0 deletions MyBot/dependencies/include/dpp-10.0/dpp/sku.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ namespace dpp {
* @brief The type of SKU.
* */
enum sku_type : uint8_t {
/**
* @brief Represents a durable one-time purchase
*/
DURABLE = 2,
/**
* @brief Consumable one-time purchase
*/
CONSUMABLE = 3,
/**
* @brief Represents a recurring subscription
*/
Expand Down

0 comments on commit 426910b

Please sign in to comment.