adding comments
This commit is contained in:
parent
c3eb758bb6
commit
866173207a
@ -5,9 +5,13 @@ function on_open(params)
|
||||
refresh()
|
||||
end
|
||||
|
||||
-- add - packs to be added to the world (after apply)
|
||||
-- rem - packs that should be removed from the world (after apply)
|
||||
add_packs = {}
|
||||
rem_packs = {}
|
||||
|
||||
-- included - connected packs to the world
|
||||
-- excluded - packs that are not connected to the world
|
||||
packs_included = {}
|
||||
packs_excluded = {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user