新增/修改

新增
  - getContainerType
修改
  - HandleRequestActionEvent
This commit is contained in:
子沐呀
2024-07-23 05:59:08 +08:00
Unverified
parent 7a0e3d8019
commit f427f2f5e1
5 changed files with 32 additions and 9 deletions
+2 -2
View File
@@ -215,8 +215,8 @@ declare class Event {
player: Player,
/** 请求类型 */
actionType: string,
/** 容器ID */
containerId: number,
/** 容器枚举名 */
containerNetId: string,
/** 请求的槽位 */
slot: number
) => boolean | void