mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-01-13 00:29:29 +03:00
6 lines
187 B
Lua
6 lines
187 B
Lua
|
-- 所有的group
|
||
|
groups = {
|
||
|
{ id = 201001001, refresh_time = 0, pos = { x = 9.4, y = 0.0, z = -67.9 } },
|
||
|
{ id = 201001002, refresh_time = 0, pos = { x = 6.8, y = 0.0, z = -149.1 } }
|
||
|
}
|