mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-25 18:20:15 +00:00
11 lines
246 B
C#
11 lines
246 B
C#
|
|
namespace YooAsset.Editor
|
|
{
|
|
public class EncryptionNone : IBundleEncryptionServices
|
|
{
|
|
public EncryptResult Encrypt(EncryptBundleInfo fileInfo)
|
|
{
|
|
throw new System.NotImplementedException();
|
|
}
|
|
}
|
|
} |