mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-25 15:29:22 +03:00
9 lines
441 B
Lua
9 lines
441 B
Lua
|
-- 所有的group
|
||
|
groups = {
|
||
|
{ id = 220005001, refresh_time = 900, pos = { x = 131.8, y = 5.1, z = 142.2 } },
|
||
|
{ id = 220005002, refresh_time = 900, pos = { x = 159.3, y = 10.8, z = 158.9 } },
|
||
|
{ id = 220005003, refresh_time = 900, pos = { x = 164.8, y = 5.6, z = 191.1 } },
|
||
|
{ id = 220005004, refresh_time = 900, pos = { x = 182.1, y = 4.1, z = 128.4 } },
|
||
|
{ id = 220005005, refresh_time = 900, pos = { x = 110.4, y = 5.7, z = 165.0 } }
|
||
|
}
|