This commit is contained in:
2025-07-24 15:15:59 +08:00
parent 4c4a684ea1
commit 6f8d748a60
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 7741c712b36544fc99b98679783c3129
timeCreated: 1753339331

View File

@@ -0,0 +1,17 @@
using UnityEngine;
namespace CreatGame.UI
{
public class UISelected : MonoBehaviour
{
public int index = -1;
/// <summary>
/// 选中状态
/// </summary>
public GameObject selected;
/// <summary>
/// 未选中状态
/// </summary>
public GameObject unSelected;
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 20f38d816dc54bcb9ef57888b31a481d
timeCreated: 1753339357