MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / PurchaseDLCByIndex

Method PurchaseDLCByIndex

src/4JLibraries_Source/Commerce/cCommerce.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "Commerce/cCommerce.h"
2
3bool cCommerce::PurchaseDLCByIndex(unsigned int, int) {
4 return false;
5}
6
7bool cCommerce::PurchaseDLCByPackID(unsigned int) {
8 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected