From 9a8583c696c85286956048e4955e4314e46202a2 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 25 二月 2019 14:18:36 +0800
Subject: [PATCH] 3335 物品相关类型重构

---
 System/MainInterfacePanel/PlayerBuffDatas.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/PlayerBuffDatas.cs b/System/MainInterfacePanel/PlayerBuffDatas.cs
index 2184a21..f1342cd 100644
--- a/System/MainInterfacePanel/PlayerBuffDatas.cs
+++ b/System/MainInterfacePanel/PlayerBuffDatas.cs
@@ -20,7 +20,7 @@
     public int SkillTypeID;
 }
 
-public class PlayerBuffDatas : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
+public class BuffModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
 {
     public int PkType = 0;//PK瀵硅薄閫夋嫨
     public delegate void OnObjAddBuff();

--
Gitblit v1.8.0