find-object-bundle-builder/FindVerticalBundleBuilder/Assets/YooAsset/Editor/AssetBundleBuilder/DefaultEncryption.cs

11 lines
202 B
C#
Executable File

namespace YooAsset.Editor
{
public class EncryptionNone : IEncryptionServices
{
public EncryptResult Encrypt(EncryptFileInfo fileInfo)
{
throw new System.NotImplementedException();
}
}
}