mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-25 07:19:22 +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 } }
|
|
}
|