two-slot-extended-mags/types/services/MatchLocationService.d.ts
2024-08-05 20:33:00 +10:00

10 lines
344 B
TypeScript

import { SaveServer } from "@spt/servers/SaveServer";
import { TimeUtil } from "@spt/utils/TimeUtil";
export declare class MatchLocationService {
protected timeUtil: TimeUtil;
protected saveServer: SaveServer;
protected locations: {};
constructor(timeUtil: TimeUtil, saveServer: SaveServer);
deleteGroup(info: any): void;
}