From a1cf94122c5be848c4017446944988618501913f Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 06 九月 2018 14:52:42 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/KnapSack/New/RareItem.cs | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/System/KnapSack/New/RareItem.cs b/System/KnapSack/New/RareItem.cs
index 8711925..f465e10 100644
--- a/System/KnapSack/New/RareItem.cs
+++ b/System/KnapSack/New/RareItem.cs
@@ -1,14 +1,14 @@
-锘縰sing System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using TableConfig;
+锘縰sing System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+using TableConfig;
namespace Snxxz.UI
{
public class RareItem : CommonItemBaisc
{
[SerializeField] UIEffect m_RareSfx;
- public override void Init(ItemCellModel model)
+ public override void Init(ItemCellModel model, int compareScore = 0)
{
if (m_RareSfx != null)
{
@@ -17,7 +17,7 @@
base.Init(model);
}
- public void SetItemRare(ItemCellModel model, int _itemColor = 0)
+ public void SetItemRare(ItemCellModel model, int _itemColor = 0, int compareScore = 0)
{
if (model == null)
{
@@ -59,5 +59,5 @@
}
}
}
-}
-
+}
+
--
Gitblit v1.8.0