mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-01-13 00:29:29 +03:00
6 lines
190 B
Lua
6 lines
190 B
Lua
|
-- 所有的group
|
||
|
groups = {
|
||
|
{ id = 201005001, refresh_time = 60, pos = { x = -4.2, y = -4.4, z = -37.0 } },
|
||
|
{ id = 201005901, refresh_time = 0, pos = { x = -4.3, y = -6.4, z = 36.2 } }
|
||
|
}
|