1
0
Fork 0
forked from Simnation/Main
Main/resources/[defaultmaps]/prompt_sandy_motel/config.lua

10 lines
302 B
Lua
Raw Normal View History

2025-08-05 16:33:46 +02:00
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
}
}