Модуль:сущность/data

Вернуться

Строка 842: Строка 842:


local function processEntity(kind, name, isStore)
local function processEntity(kind, name, isStore)
local tplPath = kind .. "/" .. name
local tplPath = kind .. "/" .. dp.ucfirst(name)
if isStore then
if isStore then
tplPath = tplPath .. "/store"
tplPath = tplPath .. "/store"