Skip to main content
The Deno 2 Release Candidate is here
Learn more
method CustomizationController.prototype.payForClothingItem
import { CustomizationController } from "https://deno.land/x/sptaki@1.2.0/controllers/mod.ts";

Update output object and player profile with purchase details for single piece of clothing

Parameters

sessionId: string

Session id

pmcData: IPmcData

Player profile

clothingItem: ClothingItem

Clothing item purchased

Client response