We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9249a2 commit dcf8dbcCopy full SHA for dcf8dbc
MLAPI/Data/NetworkConfig.cs
@@ -68,6 +68,7 @@ public class NetworkConfig
68
/// The default player prefab
69
/// </summary>
70
[SerializeField]
71
+ [HideInInspector]
72
internal string PlayerPrefabName;
73
/// <summary>
74
/// The size of the receive message buffer. This is the max message size.
0 commit comments