From 871594462e82d6bc1341918d39e11ab036d59563 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 18 九月 2025 19:26:28 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
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