模块:CGroup/core

指定模块“core”不是有效的转换组

local p = {}

function p.Item(o, r) 
    return { type = 'item', original = o, rule = r };
end

return p