mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 01:30:44 -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 {
|
export interface ISlotLootSettings {
|
||||||
|
/** Item Type whitelist */
|
||||||
whitelist: string[];
|
whitelist: string[];
|
||||||
|
/** item tpl blacklist */
|
||||||
blacklist: string[];
|
blacklist: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user