From 0d1a9f5bf1cde873b012e4f1cdbed6760e59c030 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Fri, 27 Jul 2018 20:04:56 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b408d5 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# SyncedVar +An annotation-based serialization system +Designed to mimic the NetworkedVar and SyncedVar systems found in MLAPI and HLAPI +#Features: +* Module-based serializers +* Ability to remove (or override) default serializers +* Support for value delta serialization +* VarInt compression +* Booleans are represented as bits (as they should), rather than bytes