c1_lua/lua/app/config/strings/tr/mall_gold.lua
2025-10-10 15:11:18 +08:00

15 lines
211 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

local mall_gold = {
[1]={
["name"]="Biraz Altın Para"
},
[2]={
["name"]="Az Miktar Altın Para"
},
[3]={
["name"]="Altın Para Yığını"
}
}
local config = {
data=mall_gold,count=3
}
return config