diff --git a/Localization.md b/Localization.md index 750518a..bab14ff 100644 --- a/Localization.md +++ b/Localization.md @@ -234,6 +234,8 @@ SMODS.Consumable { background_colour = G.C.BLACK, -- Change the default background colour main_start = nil, -- Table of UIElements inserted before the main description (-> "Building a UI") main_end = nil, -- Table of UIElements inserted after the main description + box_starts = {}, -- List of tables of UIElements inserted before a multibox description at each index + box_ends = {}, -- List of tables of UIElements inserted after a multibox description at each index } end, }