From 6fb454b6827ef4f1b2a7dd100e1b1cf0fe55ea19 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 29 八月 2025 10:14:38 +0800
Subject: [PATCH] 0312 新号增加默认发放物品
---
Main/System/Dungeon/DungeonData.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/Dungeon/DungeonData.cs b/Main/System/Dungeon/DungeonData.cs
index 7aac149..bba8148 100644
--- a/Main/System/Dungeon/DungeonData.cs
+++ b/Main/System/Dungeon/DungeonData.cs
@@ -27,7 +27,7 @@
}
-public struct DungeonResult
+public class DungeonResult
{
public int conWinCnt; //鑳滃埄鐨勫満鏁�
public int extraExp; //棰濆鐨勭粡楠屽姞鎴�
@@ -101,7 +101,7 @@
}
-public struct DungeonMissionData
+public class DungeonMissionData
{
public int lineID;
public int missionID;
--
Gitblit v1.8.0