2025-08-27 19:56:49 +08:00
|
|
|
using UnityEngine;
|
2025-09-03 19:59:22 +08:00
|
|
|
|
2025-08-27 19:56:49 +08:00
|
|
|
|
|
|
|
namespace UI
|
|
|
|
{
|
|
|
|
|
2025-09-03 19:59:22 +08:00
|
|
|
public class EquipmentUI : MonoBehaviour
|
|
|
|
{
|
|
|
|
public ItemUI currentUse;
|
|
|
|
public ItemUI two;
|
|
|
|
public ItemUI three;
|
|
|
|
|
|
|
|
|
2025-08-27 19:56:49 +08:00
|
|
|
}
|
|
|
|
}
|