Files

13 lines
233 B
C#
Raw Permalink Normal View History

2025-10-31 11:18:23 +08:00
using System;
namespace YooAsset.Editor
{
[Serializable]
public class AssetArtCollector
{
/// <summary>
/// 扫描目录
/// </summary>
public string CollectPath = string.Empty;
}
}