adding comments

This commit is contained in:
Xertis 2025-01-03 20:19:17 +03:00 committed by GitHub
parent c3eb758bb6
commit 866173207a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = {}