修复问题

This commit is contained in:
子沐呀
2024-07-19 00:17:48 +08:00
Unverified
parent 55424a447b
commit c544569bd8
6 changed files with 67 additions and 52 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ declare class Event {
/** 掉落物生成完毕(不可以拦截) */
static listen(
/** 事件名 */
event: "onItemTrySpawn",
event: "onItemSpawned",
/** 回调函数 */
listener: (
/** 物品对象 */