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