mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-18 14:00:18 +00:00
17 lines
468 B
C#
17 lines
468 B
C#
using System;
|
|
|
|
namespace YooAsset.Editor
|
|
{
|
|
public class AssetBundleGrouperConfigDefine
|
|
{
|
|
public const string XmlGrouper = "Grouper";
|
|
public const string XmlCollector = "Collector";
|
|
public const string XmlDirectory = "CollectPath";
|
|
public const string XmlPackRule = "PackRule";
|
|
public const string XmlFilterRule = "FilterRule";
|
|
public const string XmlNotWriteToAssetList = "NotWriteToAssetList";
|
|
public const string XmlAssetTags = "AssetTags";
|
|
|
|
|
|
}
|
|
} |