Added TODO inside circleOfCultistProductionStart

This commit is contained in:
Dev 2024-08-21 13:45:03 +01:00
parent 0a7394c2e3
commit f4d1ac9097

View File

@ -1250,6 +1250,10 @@ export class HideoutController {
pmcData: IPmcData,
request: IHideoutCircleOfCultistProductionStartRequestData,
): IItemEventRouterResponse | PromiseLike<IItemEventRouterResponse> {
// TODO
// Find items that have been sacrificed in player inventory
// Delete items from inventory
throw new Error("Method not implemented.");
}