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
* Synced Vars \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/SyncedVars)\]
22
23
23
24
24
25
## Planned features
25
26
* Area of interest
26
27
* Encrypted messages / full encryption for all messages. Diffie Hellman key exchange with the option to sign the transaction using RSA.
27
28
* Serializer (both for the library to speed up and to allow structs to be sent easily)
28
-
* SyncVars (allow variables to automatically be synced to new clients and current clients when it's changed)
29
-
30
-
_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._
31
29
* Message compression
32
30
33
31
## Example
@@ -39,3 +37,5 @@ The example project has a much lower priority compared to the library itself. If
39
37
40
38
## Issues and missing features
41
39
If there are any issues, bugs or features that are missing. Please open an issue on GitHub!
40
+
## Testing
41
+
The project is not extensivley tested. I am however very active on answering and fixing issues. If you are using the library. If you find something doesn't work or throws an exception. Open an issue or submit a PR.
0 commit comments