From c42e24f5c38d964634e0331b73a6110e2f0438d1 Mon Sep 17 00:00:00 2001 From: Benoit Doyon Date: Thu, 10 Jun 2021 09:22:19 -0400 Subject: [PATCH 1/3] Add missing XMLdoc comment --- .../Runtime/NetworkVariable/Collections/NetworkList.cs | 4 ++++ 1 file changed, 4 insertions(+) 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; } /// From f5f4d6d09d3ff954f87507c5711ab12d3968868c Mon Sep 17 00:00:00 2001 From: Benoit Doyon Date: Thu, 10 Jun 2021 09:44:47 -0400 Subject: [PATCH 2/3] Fix CI --- .../Runtime/NetworkVariable/Collections/NetworkList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs b/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs index ee8860fd1d..b8a2698a9b 100644 --- a/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs +++ b/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs @@ -74,7 +74,7 @@ public NetworkList(IList value) /// /// Gets or sets the name of the network variable's instance - /// (MemberInfo) where it was declared. + /// (MembrInfo) where it was declared. /// public string Name { get; internal set; } From 24a8d78b21a73267639c68343341b77bb0eba559 Mon Sep 17 00:00:00 2001 From: Benoit Doyon Date: Thu, 10 Jun 2021 09:45:45 -0400 Subject: [PATCH 3/3] Fix CI --- .../Runtime/NetworkVariable/Collections/NetworkList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs b/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs index b8a2698a9b..ee8860fd1d 100644 --- a/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs +++ b/com.unity.multiplayer.mlapi/Runtime/NetworkVariable/Collections/NetworkList.cs @@ -74,7 +74,7 @@ public NetworkList(IList value) /// /// Gets or sets the name of the network variable's instance - /// (MembrInfo) where it was declared. + /// (MemberInfo) where it was declared. /// public string Name { get; internal set; }