diff options
Diffstat (limited to 'EncryptedData/long_e.cs')
-rw-r--r-- | EncryptedData/long_e.cs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/EncryptedData/long_e.cs b/EncryptedData/long_e.cs new file mode 100644 index 0000000..d166124 --- /dev/null +++ b/EncryptedData/long_e.cs @@ -0,0 +1,19 @@ +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; + + + + } +} |