Added Uzi, Otto
This commit is contained in:
parent
8da8f55f5a
commit
fc4c64e8e8
|
@ -0,0 +1,19 @@
|
||||||
|
local extension = Package:new("bsbmavatars")
|
||||||
|
extension.extensionName = "BsbmAvatars"
|
||||||
|
|
||||||
|
Fk:loadTranslationTable {
|
||||||
|
["bsbmavatars"] = "监狱专属头像",
|
||||||
|
["ba"] = "监狱专属头像",
|
||||||
|
}
|
||||||
|
|
||||||
|
local jianzihao = General(extension, "jianzihao", "shu", 1, 1, General.Male)
|
||||||
|
jianzihao.hidden = true
|
||||||
|
local houguoyu = General(extension, "houguoyu", "shu", 1, 1, General.Male)
|
||||||
|
houguoyu.hidden = true
|
||||||
|
|
||||||
|
Fk:loadTranslationTable {
|
||||||
|
["jianzihao"] = "简自豪",
|
||||||
|
["houguoyu"] = "侯国玉",
|
||||||
|
}
|
||||||
|
|
||||||
|
return extension
|
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
After Width: | Height: | Size: 341 KiB |
Loading…
Reference in New Issue