summaryrefslogtreecommitdiff
path: root/EncryptedData/long_e.cs
diff options
context:
space:
mode:
Diffstat (limited to 'EncryptedData/long_e.cs')
-rw-r--r--EncryptedData/long_e.cs19
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;
-
-
-
- }
-}