diff options
Diffstat (limited to 'EncryptedData/bool_e.cs')
-rw-r--r-- | EncryptedData/bool_e.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/EncryptedData/bool_e.cs b/EncryptedData/bool_e.cs new file mode 100644 index 0000000..f0b8ac3 --- /dev/null +++ b/EncryptedData/bool_e.cs @@ -0,0 +1,12 @@ +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; + } +} |