We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa61e4d + 352f3b7 commit 42e661fCopy full SHA for 42e661f
docs/_docs/the-basics/networkedvar.md
@@ -29,7 +29,7 @@ private NetworkedVar<float> myFloat = new NetworkedVar(new NetworkedVarSettings
29
30
### Example
31
```csharp
32
-private NetworkedVar<float> myFloat = new NetworkedVar(5);
+private NetworkedVar<float> myFloat = new NetworkedVar<float>(5.0f);
33
34
void MyUpdate()
35
{
0 commit comments