5 lines
112 B
Lua
5 lines
112 B
Lua
|
|
---@type WeedClientConfig
|
||
|
|
return {
|
||
|
|
outsidePlantsDistance = 100 -- The distance to spawn outside plants in
|
||
|
|
}
|