Skip to content

Commit fc87e69

Browse files
authored
Update README.md
1 parent 1197112 commit fc87e69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
1919
* Targeted messages \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Targeted-Messages)\]
2020
* Port of NetworkedAnimator \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/NetworkedAnimator)\]
2121
* Networked Object Pooling \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Networked-Object-Pooling)\]
22+
* Synced Vars \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/SyncedVars)\]
2223

2324

2425
## Planned features
2526
* Area of interest
2627
* Encrypted messages / full encryption for all messages. Diffie Hellman key exchange with the option to sign the transaction using RSA.
2728
* 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._
3129
* Message compression
3230

3331
## Example
@@ -39,3 +37,5 @@ The example project has a much lower priority compared to the library itself. If
3937

4038
## Issues and missing features
4139
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

Comments
 (0)