18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
/*
|
|
文件名:DrawMainCustomUi_Thief.nut
|
|
路径:DrawMainCustomUi/DrawMainCustomUi_Thief.nut
|
|
创建日期:2022-09-04 20:20
|
|
文件用途:暗夜使者界面绘制函数
|
|
*/
|
|
function drawMainCustomUI_Thief(obj) {
|
|
if (!obj)
|
|
return;
|
|
drawMainCustomUI_All(obj);
|
|
}
|
|
|
|
|
|
function drawCustomUI_Thief(obj) {
|
|
if (!obj)
|
|
return;
|
|
drawCustomUI_All(obj);
|
|
} |