(client) fix:修复匿名定义中的图片无法加载的问题

This commit is contained in:
m0_75251201
2025-07-19 13:33:49 +08:00
parent 526e8850e4
commit 0c8eebdd4b
31 changed files with 2684 additions and 568 deletions

View File

@ -0,0 +1,26 @@
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.UI;
namespace UI
{
public class DevMenuUI : MonoBehaviour
{
public GameObject menuContent;
public GameObject textTemplate;
public GameObject buttonTemplate;
void Start()
{
Init();
}
void Init()
{
}
}
}

View File

@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: c83e72721411938449d92dd48c76480d