From 2dd0f138690e5bd1c9ff77f55d41c82f4c07b836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Cor=C3=A9n?= <2108U9@gmail.com> Date: Sun, 4 Mar 2018 19:52:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59ff728..099c439 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke * Serializer (both for the library to speed up and to allow structs to be sent easily) * SyncVars (allow variables to automatically be synced to new clients and current clients when it's changed) -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. +_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._ * Message compression ## Example