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