From 708864fd57d3dbad3bf214bd465b58879ae41ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Cor=C3=A9n?= <2108U9@gmail.com> Date: Sun, 4 Mar 2018 12:47:08 +0100 Subject: [PATCH] Updates readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8742411..d17a893 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ It's licenced under the MIT licence :D * NetworkedBehaviours does not have to be on the root, it's simply just a class that implements the send methods etc. (done) * Multiple messages processed every frame with the ability to specify a maximum to prevent freezes in the normal game logic (done) * Passthrough messages (check the wiki for details) +* Scene Management That's all I can think of right now. But there is more to come, especially if people show intrest in the project. @@ -33,4 +34,5 @@ That's all I can think of right now. But there is more to come, especially if pe ## Indepth -The project is not yet very tested. Examples will be created when it's more functional. \ No newline at end of file +The project is not yet very tested. +https://github.com/TwoTenPvP/MLAPI-Examples