From 8d0dd8c699650f8a2caa9203ef177d56c06efb20 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 19 一月 2026 23:25:51 +0800
Subject: [PATCH] 419 【内政】命格系统
---
Main/System/HeroUI/HeroGiftRoleListWin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/HeroUI/HeroGiftRoleListWin.cs b/Main/System/HeroUI/HeroGiftRoleListWin.cs
index 4fc4beb..8d7881f 100644
--- a/Main/System/HeroUI/HeroGiftRoleListWin.cs
+++ b/Main/System/HeroUI/HeroGiftRoleListWin.cs
@@ -60,7 +60,7 @@
HeroGiftRoleListCell heroGiftRoleListCell = cellView as HeroGiftRoleListCell;
heroGiftRoleListCell.Display(cellView.index);
}
- void OnTeamChange(TeamType type)
+ void OnTeamChange(int type)
{
scroller.m_Scorller.RefreshActiveCellViews();
}
--
Gitblit v1.8.0