diff --git a/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs b/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs index a391812395..ee8860fd1d 100644 --- a/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs +++ b/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs @@ -72,6 +72,10 @@ public NetworkList(IList value) m_List = value; } + /// + /// Gets or sets the name of the network variable's instance + /// (MemberInfo) where it was declared. + /// public string Name { get; internal set; } ///