summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/IBytesSerializable.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assembly-CSharp/IBytesSerializable.cs')
-rw-r--r--Client/Assembly-CSharp/IBytesSerializable.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/IBytesSerializable.cs b/Client/Assembly-CSharp/IBytesSerializable.cs
new file mode 100644
index 0000000..e256d7e
--- /dev/null
+++ b/Client/Assembly-CSharp/IBytesSerializable.cs
@@ -0,0 +1,6 @@
+using System;
+
+public interface IBytesSerializable
+{
+ byte[] ToBytes();
+}