1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-05 16:33:46 +02:00
parent cd945f7aff
commit fdb2ec1452
3046 changed files with 68309 additions and 12 deletions

View file

@ -0,0 +1,10 @@
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
}
}