From 5f0eeab55e239eed8ad727a4f690ca81042de4d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Cor=C3=A9n?= <2108U9@gmail.com> Date: Thu, 22 Mar 2018 13:00:12 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ffc916..b14cde9 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke * ProtocolVersion to allow making different versions not talk to each other. * NetworkedBehaviours does not have to be on the root, it's simply just a class that implements the send methods etc. * Custom tickrate +* Synced network time * Supports separate Unity projects crosstalking * Passthrough messages \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Passthrough-messages)\] * Scene Management \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Scene-Management)\]