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.
1 parent de28f0d commit 1d00d7cCopy full SHA for 1d00d7c
com.unity.netcode.gameobjects/Tests/Runtime/NetworkVariableTraitsTests.cs
@@ -8,7 +8,7 @@ namespace Unity.Netcode.RuntimeTests
8
public class NetworkVariableTraitsComponent : NetworkBehaviour
9
{
10
public NetworkVariable<float> TheVariable = new NetworkVariable<float>();
11
- public NetworkVariable<float> AnotherVariable = new NetworkVariable<float>();
+ internal NetworkVariable<float> AnotherVariable = new NetworkVariable<float>();
12
}
13
14
public class NetworkVariableTraitsTests : NetcodeIntegrationTest
0 commit comments