diff options
author | chai <chaifix@163.com> | 2021-05-10 18:00:02 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-05-10 18:00:02 +0800 |
commit | ae90ac282a4c16eaf1dc451fb130aa9d6bf14f64 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /EncryptedData/long_e.cs | |
parent | 35f6e8e5f09d3805679894e1585f8be8892d8edb (diff) |
-remove
Diffstat (limited to 'EncryptedData/long_e.cs')
-rw-r--r-- | EncryptedData/long_e.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/EncryptedData/long_e.cs b/EncryptedData/long_e.cs deleted file mode 100644 index d166124..0000000 --- a/EncryptedData/long_e.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace Assets.Scripts.Tools.Cheat -{ - class long_e : IEquatable<int_e>, IComparable<int_e>, IEncryptedData - { - private bool _isInit; - private long _data; - private long _verifynum; - private long _backData; - private static long _randomSeed; - - - - } -} |