diff options
Diffstat (limited to 'EncryptedData/IEncryptedData.cs')
-rw-r--r-- | EncryptedData/IEncryptedData.cs | 12 |
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(); - } -} |