1
0
Fork 0
forked from Simnation/Main
Main/resources/[defaultmaps]/prompt_sandy_motel/config.lua
2025-08-05 16:33:46 +02:00

10 lines
No EOL
302 B
Lua

Config = {}
-- Entity Set Configuration
Config.EntitySets = {
poker = {
enabled = true, -- Set to true to enable the poker entity set, false to disable
location = vector3(1577.52856, 3746.17773, 37.00349),
interior = nil -- Will be populated when interior is found
}
}