装备系统做了很多

This commit is contained in:
2026-03-27 08:02:55 +08:00
parent dd205b6cb4
commit 538085b64f
119 changed files with 27552 additions and 1672 deletions
+8
View File
@@ -0,0 +1,8 @@
using UnityEngine;
using UnityEngine.UI;
public class esPrefab : MonoBehaviour
{
public Image esIcon;
public Text esName;
}