Skip to main content
The Deno 2 Release Candidate is here
Learn more
class CustomizationCallbacks
import { CustomizationCallbacks } from "https://deno.land/x/sptaki@1.2.0/callbacks/CustomizationCallbacks.d.ts";

Constructors

new
CustomizationCallbacks(
customizationController: CustomizationController,
saveServer: SaveServer,
httpResponse: HttpResponseUtil,
)

Properties

protected
customizationController: CustomizationController
protected
httpResponse: HttpResponseUtil
protected
saveServer: SaveServer

Methods

Handle CustomizationBuy event

getSuits(
url: string,
sessionID: string,
): IGetBodyResponseData<IGetSuitsResponse>

Handle client/trading/customization/storage

getTraderSuits(
url: string,
sessionID: string,
): IGetBodyResponseData<ISuit[]>

Handle client/trading/customization

Handle CustomizationWear event