13 lines
233 B
C#
13 lines
233 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace YooAsset.Editor
|
|||
|
{
|
|||
|
[Serializable]
|
|||
|
public class AssetArtCollector
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 扫描目录
|
|||
|
/// </summary>
|
|||
|
public string CollectPath = string.Empty;
|
|||
|
}
|
|||
|
}
|