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 c67ca22 commit c0923f1Copy full SHA for c0923f1
MLAPI/Data/NetworkedCollections/NetworkedList.cs
@@ -30,7 +30,7 @@ public class NetworkedList<T> : IList<T>, INetworkedVar
30
/// <summary>
31
/// The callback to be invoked when the list gets changed
32
/// </summary>
33
- public OnListChangedDelegate OnListChanged;
+ public event OnListChangedDelegate OnListChanged;
34
35
36
/// Creates a NetworkedList with the default value and settings
0 commit comments