Skip to content

Commit 2dd0f13

Browse files
authored
Update README.md
1 parent 0499aac commit 2dd0f13

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
@@ -22,7 +22,7 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
2222
* Serializer (both for the library to speed up and to allow structs to be sent easily)
2323
* SyncVars (allow variables to automatically be synced to new clients and current clients when it's changed)
2424

25-
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.
25+
_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._
2626
* Message compression
2727

2828
## Example

0 commit comments

Comments
 (0)