mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-22 16:50:18 +00:00
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;
|
|
}
|
|
} |