forked from Simnation/Main
10 lines
No EOL
302 B
Lua
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
|
|
}
|
|
} |