From a85d2ea7f1f34c2a6abe9e8dd24eb2feabd05c67 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 09 一月 2026 04:09:54 +0800
Subject: [PATCH] 266 【内政】古宝系统
---
Main/System/KnapSack/BackpackData.cs | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/Main/System/KnapSack/BackpackData.cs b/Main/System/KnapSack/BackpackData.cs
index a0c062e..fd66a36 100644
--- a/Main/System/KnapSack/BackpackData.cs
+++ b/Main/System/KnapSack/BackpackData.cs
@@ -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