Add property comments

This commit is contained in:
Dev 2024-10-30 16:42:28 +00:00
parent 8863053786
commit 90e899466e

View File

@ -293,8 +293,10 @@ export interface IWave {
slots_min: number;
time_max: number;
time_min: number;
/** OPTIONAL - Needs to be unique - Used by custom wave service to ensure same wave isnt added multiple times */
sptId?: string;
ChanceGroup?: number;
/** 'pve' and/or 'regular' */
SpawnMode: string[];
}