From 3f8305af8a34bec5f1caa69dad9f537657242737 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 21 Jul 2018 14:52:12 +0800 Subject: +EncryptedData Utility --- EncryptedData/IEncryptedData.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 EncryptedData/IEncryptedData.cs (limited to 'EncryptedData/IEncryptedData.cs') 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(); + } +} -- cgit v1.1-26-g67d0