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 adfc9b9 commit 337a173Copy full SHA for 337a173
MLAPI/NetworkedVar/NetworkedVarSettings.cs
@@ -12,11 +12,11 @@ namespace MLAPI.NetworkedVar
12
public class NetworkedVarSettings
13
{
14
/// <summary>
15
- /// Defines the read permissions for this var
+ /// Defines the write permissions for this var
16
/// </summary>
17
public NetworkedVarPermission WritePermission = NetworkedVarPermission.ServerOnly;
18
19
- /// Defines the write permissions for this var
+ /// Defines the read permissions for this var
20
21
public NetworkedVarPermission ReadPermission = NetworkedVarPermission.Everyone;
22
0 commit comments