mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-16 04:30:12 +00:00
10 lines
161 B
C#
10 lines
161 B
C#
using System;
|
|
using YooAsset.Editor;
|
|
|
|
public class PackShaderVariants : IPackRule
|
|
{
|
|
public string GetBundleName(PackRuleData data)
|
|
{
|
|
return "myshaders";
|
|
}
|
|
} |