Skip to content

Commit 9d05130

Browse files
authored
Removed delegate defenition for NetworkedList OnChange event
1 parent c0923f1 commit 9d05130

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

MLAPI/Data/NetworkedCollections/NetworkedList.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ public class NetworkedList<T> : IList<T>, INetworkedVar
2323
/// </summary>
2424
public readonly NetworkedVarSettings Settings = new NetworkedVarSettings();
2525
/// <summary>
26-
/// Delegate type for list changed event
27-
/// </summary>
28-
/// <param name="changeEvent">Struct containing information about the change event</param>
29-
public delegate void OnListChangedDelegate(NetworkedListEvent<T> changeEvent);
30-
/// <summary>
3126
/// The callback to be invoked when the list gets changed
3227
/// </summary>
3328
public event OnListChangedDelegate OnListChanged;

0 commit comments

Comments
 (0)