mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-25 15:29:22 +03:00
13 lines
791 B
Lua
13 lines
791 B
Lua
|
-- 所有的group
|
||
|
groups = {
|
||
|
{ id = 220009001, refresh_time = 0, pos = { x = -49.2, y = -8.0, z = 95.0 } },
|
||
|
{ id = 220009002, refresh_time = 0, pos = { x = -88.6, y = -15.5, z = 121.6 } },
|
||
|
{ id = 220009003, refresh_time = 0, pos = { x = -79.3, y = -15.5, z = 141.0 } },
|
||
|
{ id = 220009004, refresh_time = 0, pos = { x = -77.8, y = -15.5, z = 56.7 } },
|
||
|
{ id = 220009006, refresh_time = 0, pos = { x = -147.1, y = 18.0, z = 45.6 } },
|
||
|
{ id = 220009007, refresh_time = 0, pos = { x = -90.2, y = -15.5, z = 123.6 } },
|
||
|
{ id = 220009008, refresh_time = 0, pos = { x = -92.5, y = -15.5, z = 101.3 }, refresh_with_block = false },
|
||
|
{ id = 220009011, refresh_time = 0, pos = { x = -127.5, y = -12.3, z = 104.9 } },
|
||
|
{ id = 220009901, refresh_time = 0, pos = { x = -49.3, y = -8.0, z = 95.9 } }
|
||
|
}
|