summaryrefslogtreecommitdiff
path: root/EncryptedData/IEncryptedData.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-05-10 18:00:02 +0800
committerchai <chaifix@163.com>2021-05-10 18:00:02 +0800
commitae90ac282a4c16eaf1dc451fb130aa9d6bf14f64 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /EncryptedData/IEncryptedData.cs
parent35f6e8e5f09d3805679894e1585f8be8892d8edb (diff)
-remove
Diffstat (limited to 'EncryptedData/IEncryptedData.cs')
-rw-r--r--EncryptedData/IEncryptedData.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/EncryptedData/IEncryptedData.cs b/EncryptedData/IEncryptedData.cs
deleted file mode 100644
index d7a83a2..0000000
--- a/EncryptedData/IEncryptedData.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace Assets.Scripts.Tools.Cheat
-{
- public interface IEncryptedData
- {
- void SetDefaultValue();
- }
-}