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:
parent
4344c163b0
commit
fc09a3ff53
@ -70,7 +70,9 @@ export interface IPmcTypes {
|
||||
}
|
||||
|
||||
export interface ISlotLootSettings {
|
||||
/** Item Type whitelist */
|
||||
whitelist: string[];
|
||||
/** item tpl blacklist */
|
||||
blacklist: string[];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user