在 config.lua的176行开始是各种商店的配置
https://github.com/iLLeniumStudios/illenium-appearance/blob/main/shared/config.lua#L176
然后在代码块里边添加一个type为surgeon的商店,就是外壳医生的整容店。代码如下,我只改了type,其他坐标你自己去测试然后修改呢
{
type = "surgeon",
coords = vector4(1693.2, 4828.11, 42.07, 188.66),
size = vector3(4...