Update README.md

This commit is contained in:
Albin Corén 2018-03-04 19:52:18 +01:00 committed by GitHub
parent 0499aac7c6
commit 2dd0f13869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
* Serializer (both for the library to speed up and to allow structs to be sent easily)
* SyncVars (allow variables to automatically be synced to new clients and current clients when it's changed)
SyncVars will require code injection at compilation with some form of attribute, this is due to limitations of C#. There is no way to have a reference to a variable.
_SyncVars will require code injection at compilation with some form of attribute, this is due to limitations of C#. There is no way to have a reference to a variable._
* Message compression
## Example