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