Initial release for SPT 3.9
This commit is contained in:
9
types/helpers/GameEventHelper.d.ts
vendored
Normal file
9
types/helpers/GameEventHelper.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ISeasonalEventConfig } from "@spt/models/spt/config/ISeasonalEventConfig";
|
||||
import { ConfigServer } from "@spt/servers/ConfigServer";
|
||||
import { DatabaseServer } from "@spt/servers/DatabaseServer";
|
||||
export declare class GameEventHelper {
|
||||
protected databaseServer: DatabaseServer;
|
||||
protected configServer: ConfigServer;
|
||||
protected seasonalEventConfig: ISeasonalEventConfig;
|
||||
constructor(databaseServer: DatabaseServer, configServer: ConfigServer);
|
||||
}
|
||||
Reference in New Issue
Block a user