Skip to content

Commit 0499aac

Browse files
authored
Update README.md
1 parent 3d8c0e0 commit 0499aac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
2121
* Encrypted messages / full encryption for all messages. Diffie Hellman key exchange with the option to sign the transaction using RSA.
2222
* Serializer (both for the library to speed up and to allow structs to be sent easily)
2323
* SyncVars (allow variables to automatically be synced to new clients and current clients when it's changed)
24+
25+
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.
2426
* Message compression
2527

2628
## Example

0 commit comments

Comments
 (0)