summaryrefslogtreecommitdiff
path: root/EncryptedData/IEncryptedData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'EncryptedData/IEncryptedData.cs')
-rw-r--r--EncryptedData/IEncryptedData.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/EncryptedData/IEncryptedData.cs b/EncryptedData/IEncryptedData.cs
new file mode 100644
index 0000000..d7a83a2
--- /dev/null
+++ b/EncryptedData/IEncryptedData.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Assets.Scripts.Tools.Cheat
+{
+ public interface IEncryptedData
+ {
+ void SetDefaultValue();
+ }
+}