From ae90ac282a4c16eaf1dc451fb130aa9d6bf14f64 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 10 May 2021 18:00:02 +0800 Subject: -remove --- EncryptedData/int_e.cs | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 EncryptedData/int_e.cs (limited to 'EncryptedData/int_e.cs') diff --git a/EncryptedData/int_e.cs b/EncryptedData/int_e.cs deleted file mode 100644 index 1622268..0000000 --- a/EncryptedData/int_e.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace Assets.Scripts.Tools.Cheat -{ - // encrypted integer - class int_e : IEquatable, IComparable, IEncryptedData - { - private bool _isInit; - private int _data; - private int _verifynum; - private int _backData; - private static int _randomSeed; - - public int GetData() - { - return _data; - } - - public void SetData(int value) - { - - } - - public void SetDefaultValue() - { - SetData(0); - } - - private bool VerifyData() - { - - } - - } -} -- cgit v1.1-26-g67d0