备份CatanBuilding瘦身独立工程

This commit is contained in:
JSD\13999
2026-05-26 16:15:54 +08:00
commit 2d0e6a61b7
12001 changed files with 2431925 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
using asap.core;
using game;
public class ScocialReportPanel : ReportPopupPanel
{
private void Awake()
{
clubService = GContext.container.Resolve<ClubService>();
text_empty = transform.Find("empty").gameObject;
panelScroll = transform.Find("rank/ScrollView").gameObject;
eventReportPopupItem = transform.Find("rank/ScrollView/Viewport/Content/Item").gameObject;
Content = transform.Find("rank/ScrollView/Viewport/Content");
eventReportPopupItem.SetActive(false);
//SetH();
}
//赠送礼物
//void SetH()
//{
// RectTransform rectTransform = panelScroll.transform.GetComponent<RectTransform>();
// //Rect rect = rectTransform.rect;
// //rect.yMax = 1550;350
// rectTransform.offsetMin = new Vector2(0, 500);//350
//}
}