From 3f8305af8a34bec5f1caa69dad9f537657242737 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 21 Jul 2018 14:52:12 +0800 Subject: +EncryptedData Utility --- EncryptedData/float_e.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 EncryptedData/float_e.cs (limited to 'EncryptedData/float_e.cs') 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, IComparable, IEncryptedData + { + private bool _isInit; + private float _data; + private int _verifynum; + private float _backData; + private static int _randomSeed; + + + } +} -- cgit v1.1-26-g67d0