修复getPlayerUIItem接口问题

This commit is contained in:
子沐呀
2024-07-20 17:24:56 +08:00
Unverified
parent cd088431f3
commit 7af336e4b0
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1053,7 +1053,7 @@ interface Player {
): void;
/** (GMLIB)获取玩家UI栏物品 */
setPlayerUIItem(
getPlayerUIItem(
/** 槽位 */
slot: number
): Item;