using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Assets.Scripts.Tools.Cheat { class Vector3_e : IEquatable, IComparable, IEncryptedData { private float_e _datax; private float_e _datay; private float_e _dataz; } }