You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
22
22
* Serializer (both for the library to speed up and to allow structs to be sent easily)
23
23
* SyncVars (allow variables to automatically be synced to new clients and current clients when it's changed)
24
24
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._
0 commit comments