Skip to content

Commit 9c58763

Browse files
authored
Update README.md
1 parent a1c0274 commit 9c58763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
1313
* Replace the integer QOS with names. When you setup the networking you specify names that are associated with a channel. This makes it easier to manage. You can thus specify that a message should be sent on the "damage" channel which handles all damage related logic and is running on the AllCostDelivery channel.
1414
* ProtocolVersion to allow making different versions not talk to each other.
1515
* NetworkedBehaviours does not have to be on the root, it's simply just a class that implements the send methods etc.
16-
* Multiple messages processed every frame with the ability to specify a maximum to prevent freezes in the normal game logic
16+
* Custom tickrate
1717
* Supports separate Unity projects crosstalking
1818
* Passthrough messages \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Passthrough-messages)\]
1919
* Scene Management \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Scene-Management)\]

0 commit comments

Comments
 (0)