From fc8f110cc6922432ddaccfdf5643dadf9fdce00b Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 24 十一月 2018 15:08:17 +0800
Subject: [PATCH] 4735 子 【1.3】【前端】神兵系统修改 / 【1.3】人物模型的特效展示

---
 Core/GameEngine/Model/Player/Character/PlayerExtersionData.cs |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/Core/GameEngine/Model/Player/Character/PlayerExtersionData.cs b/Core/GameEngine/Model/Player/Character/PlayerExtersionData.cs
index da15ddb..e37c9d2 100644
--- a/Core/GameEngine/Model/Player/Character/PlayerExtersionData.cs
+++ b/Core/GameEngine/Model/Player/Character/PlayerExtersionData.cs
@@ -1,7 +1,7 @@
-锘縰sing System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
+锘縰sing System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
 public class PlayerExtersionData
 {
 
@@ -58,4 +58,8 @@
     public int NpcHurtAddPer;//瀵规�墿浼ゅ鍔犳垚 188
     public int FunalHurtPer;//瀵规�墿浼ゅ鍔犳垚 189
     public int talentPoint;//澶╄祴鐐规暟 190
-}
+    public int godWeaponLV_1;
+    public int godWeaponLV_2;
+    public int godWeaponLV_3;
+    public int godWeaponLV_4;
+}

--
Gitblit v1.8.0