This commit is contained in:
陈思海 2026-04-07 16:58:51 +08:00
parent bfcc1b5fd6
commit e3d136a611

View File

@ -7,8 +7,8 @@ namespace AlicizaX.Resource.Runtime
[Serializable]
public class LoadAssetObject
{
[SerializeField] public ISetAssetObject AssetObject { get; }
[SerializeField] public UnityEngine.Object AssetTarget { get; }
public ISetAssetObject AssetObject { get; }
public UnityEngine.Object AssetTarget { get; }
#if UNITY_EDITOR
public bool IsSelect { get; set; }
#endif