From e0d64492ac942c794c006a12dedfc4142ac29731 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 14 一月 2026 03:47:40 +0800
Subject: [PATCH] 287 【公会】BOSS讨伐
---
Main/System/Guild/PlayerFairyData.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Main/System/Guild/PlayerFairyData.cs b/Main/System/Guild/PlayerFairyData.cs
index 7b21d7f..d27d51d 100644
--- a/Main/System/Guild/PlayerFairyData.cs
+++ b/Main/System/Guild/PlayerFairyData.cs
@@ -2,6 +2,7 @@
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
+using System.Linq;
/** 鐜╁浠欑洘鐩稿叧淇℃伅缂撳瓨鏁版嵁 */
@@ -117,6 +118,11 @@
return member;
}
+ public List<int> GetMemberIDList()
+ {
+ return memberDic.Keys.ToList();
+ }
+
#region 浠欑洘鏉冨姏寮�鍚潯浠�
public bool IsCanFunc(LimitFunc funcType)
--
Gitblit v1.8.0