summaryrefslogtreecommitdiff
path: root/EncryptedData/float_e.cs
diff options
context:
space:
mode:
Diffstat (limited to 'EncryptedData/float_e.cs')
-rw-r--r--EncryptedData/float_e.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/EncryptedData/float_e.cs b/EncryptedData/float_e.cs
new file mode 100644
index 0000000..12489d5
--- /dev/null
+++ b/EncryptedData/float_e.cs
@@ -0,0 +1,18 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Assets.Scripts.Tools.Cheat
+{
+ class float_e : IEquatable<int_e>, IComparable<int_e>, IEncryptedData
+ {
+ private bool _isInit;
+ private float _data;
+ private int _verifynum;
+ private float _backData;
+ private static int _randomSeed;
+
+
+ }
+}