Create README.md

This commit is contained in:
Gabriel Tofvesson 2018-07-27 20:04:56 +02:00 committed by GitHub
parent 62bfdf3cf7
commit 0d1a9f5bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
README.md Normal file
View File

@ -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