You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
21
21
* Encrypted messages / full encryption for all messages. Diffie Hellman key exchange with the option to sign the transaction using RSA.
22
22
* Serializer (both for the library to speed up and to allow structs to be sent easily)
23
23
* 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.
0 commit comments