summaryrefslogtreecommitdiff
path: root/EncryptedData/Vector3_e.cs
diff options
context:
space:
mode:
Diffstat (limited to 'EncryptedData/Vector3_e.cs')
-rw-r--r--EncryptedData/Vector3_e.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/EncryptedData/Vector3_e.cs b/EncryptedData/Vector3_e.cs
deleted file mode 100644
index 29d30c9..0000000
--- a/EncryptedData/Vector3_e.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace Assets.Scripts.Tools.Cheat
-{
- class Vector3_e : IEquatable<int_e>, IComparable<int_e>, IEncryptedData
- {
- private float_e _datax;
- private float_e _datay;
- private float_e _dataz;
- }
-}