From 3f8305af8a34bec5f1caa69dad9f537657242737 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 21 Jul 2018 14:52:12 +0800 Subject: +EncryptedData Utility --- EncryptedData/Vector3_e.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 EncryptedData/Vector3_e.cs (limited to 'EncryptedData/Vector3_e.cs') diff --git a/EncryptedData/Vector3_e.cs b/EncryptedData/Vector3_e.cs new file mode 100644 index 0000000..29d30c9 --- /dev/null +++ b/EncryptedData/Vector3_e.cs @@ -0,0 +1,14 @@ +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; + } +} -- cgit v1.1-26-g67d0