From 5443d0a307506a91fb5eb711c464bfffc11cde1a Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 7 Dec 2020 10:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E8=83=BD=E6=B6=88=E6=81=AF=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0result=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/message/SkillInfo.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/message/SkillInfo.ts b/src/message/SkillInfo.ts index 6430c89..4f2ae08 100644 --- a/src/message/SkillInfo.ts +++ b/src/message/SkillInfo.ts @@ -22,6 +22,10 @@ export class SKillEffectData { * 效果值 */ val: number; + /** + * 0: 成功 + */ + result: number; } export class SkillInfoData {