mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-25 07:19:22 +03:00
8 lines
370 B
Lua
8 lines
370 B
Lua
-- 所有的group
|
|
groups = {
|
|
{ id = 201010001, refresh_time = 0, pos = { x = 1522.4, y = 241.3, z = -5712.1 } },
|
|
{ id = 201010002, refresh_time = 0, pos = { x = 1258.3, y = 262.2, z = -5593.0 } },
|
|
{ id = 201010003, refresh_time = 0, pos = { x = 1265.7, y = 262.3, z = -5784.9 } },
|
|
{ id = 201010004, refresh_time = 0, pos = { x = 1375.5, y = 235.5, z = -5663.2 } }
|
|
}
|