mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Add property comments
This commit is contained in:
parent
8863053786
commit
90e899466e
@ -293,8 +293,10 @@ export interface IWave {
|
|||||||
slots_min: number;
|
slots_min: number;
|
||||||
time_max: number;
|
time_max: number;
|
||||||
time_min: number;
|
time_min: number;
|
||||||
|
/** OPTIONAL - Needs to be unique - Used by custom wave service to ensure same wave isnt added multiple times */
|
||||||
sptId?: string;
|
sptId?: string;
|
||||||
ChanceGroup?: number;
|
ChanceGroup?: number;
|
||||||
|
/** 'pve' and/or 'regular' */
|
||||||
SpawnMode: string[];
|
SpawnMode: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user