From 151b0051d1f235bf9fb3a03f6137250102f7bb8b Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 22 一月 2019 14:00:11 +0800
Subject: [PATCH] 5923 【前端】【1.5.100】诛仙Boss功能
---
System/Dungeon/DungeonData.cs | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/System/Dungeon/DungeonData.cs b/System/Dungeon/DungeonData.cs
index b475912..df67da1 100644
--- a/System/Dungeon/DungeonData.cs
+++ b/System/Dungeon/DungeonData.cs
@@ -103,6 +103,8 @@
public int winCnt;
public int KillBOSS;
public DungeonHurt[] hurtInfo;
+ public int myHurt;
+ public int myHurtEx;
public string topName;
public int topScore;
public int isFullExp;
@@ -127,6 +129,14 @@
return exp + (long)expPoint * Constants.ExpPointValue;
}
}
+
+ public long myHurtTotal
+ {
+ get
+ {
+ return myHurt + (long)myHurtEx * Constants.ExpPointValue;
+ }
+ }
}
public struct DungeonNPCInfo
--
Gitblit v1.8.0