yyl
2026-03-04 bc1cb6da854cb2e9144f10ed55330a537ecdca16
Main/System/Guild/GuildJoinWin.cs
@@ -1,4 +1,4 @@
using System.Collections;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
@@ -138,7 +138,7 @@
    private void OnCreateGuildBtnClick()
    {
        UIManager.Instance.OpenWindow<GuildCreateWin>();
        UIManager.Instance.OpenWindowAsync<GuildCreateWin>().Forget();
    }
    private void OnQuicklyJoinGuildBtnClick()