mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-25 07:19:22 +03:00
11 lines
592 B
Lua
11 lines
592 B
Lua
-- 所有的group
|
|
groups = {
|
|
{ id = 250001001, refresh_time = 0, pos = { x = 18.1, y = 51.0, z = 34.1 } },
|
|
{ id = 250001002, refresh_time = 0, pos = { x = -1.1, y = 42.0, z = 98.4 } },
|
|
{ id = 250001003, refresh_time = 0, pos = { x = 77.9, y = 39.5, z = 119.0 } },
|
|
{ id = 250001004, refresh_time = 0, pos = { x = 190.7, y = 42.1, z = 120.9 } },
|
|
{ id = 250001005, refresh_time = 0, pos = { x = 191.6, y = 57.0, z = 335.6 } },
|
|
{ id = 250001006, refresh_time = 0, pos = { x = 191.8, y = 57.1, z = 381.1 } },
|
|
{ id = 250001007, refresh_time = 0, pos = { x = 149.3, y = 39.6, z = 120.5 } }
|
|
}
|