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; } }