Update README.md

This commit is contained in:
Albin Corén 2018-03-05 16:32:34 +01:00 committed by GitHub
parent 72632a1df5
commit cfe26d4c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
* Multiple messages processed every frame with the ability to specify a maximum to prevent freezes in the normal game logic
* Passthrough messages \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Passthrough-messages)\]
* Scene Management
* Built in Lag compensation (Based on RTT which trades accuracy for modularity)
* Built in Lag compensation \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Lag-Compensation)\]
* NetworkTransform replacement
* Targeted messages \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Targeted-Messages)\]