From f90bcf177217ad0e104bc811d576c1517b79758e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 09 一月 2026 11:04:57 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/KnapSack/BackpackData.cs | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/Main/System/KnapSack/BackpackData.cs b/Main/System/KnapSack/BackpackData.cs
index 464b65c..fd66a36 100644
--- a/Main/System/KnapSack/BackpackData.cs
+++ b/Main/System/KnapSack/BackpackData.cs
@@ -11,7 +11,7 @@
public int id;
public long countEx;
public int quality;
- public int useType; //鐢ㄩ�斿畾涔夛細0 鏃� 1 棰勭暀 2 绾㈤澧炲姞
+ public int useType; //鐢ㄩ�斿畾涔夛細0 鏃� 1 棰勭暀 2 绾㈤澧炲姞 10 鍙ゅ疂澧炲姞
public Item(int _id, long _count)
{
@@ -22,13 +22,7 @@
}
- public Item(int _id, long _count, int _quality)
- {
- this.id = _id;
- this.quality = _quality;
- this.useType = 0;
- this.countEx = _count;
- }
+
public Item(int _id, long _count, int _useType = 0, int _quality = 0)
{
--
Gitblit v1.8.0