0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 16:10:43 -05:00

Added comments to interface

This commit is contained in:
Chomp 2024-12-17 17:26:52 +00:00
parent 4344c163b0
commit fc09a3ff53

View File

@ -70,7 +70,9 @@ export interface IPmcTypes {
}
export interface ISlotLootSettings {
/** Item Type whitelist */
whitelist: string[];
/** item tpl blacklist */
blacklist: string[];
}