17,097
edits
(Support itemCharges in various functions) |
(getPurchaseByID: Implement) |
||
Line 29: | Line 29: | ||
return purchList[1] | return purchList[1] | ||
end | end | ||
end | |||
function p.getPurchaseByID(id) | |||
return GameData.getEntityByID('shopPurchases', id) | |||
end | end | ||