mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
SyncList: fixed comment typo
This commit is contained in:
parent
a3027b29ed
commit
cd81e9dcdb
@ -18,7 +18,7 @@ public enum Operation : byte
|
|||||||
/// <summary>This is called after the item is added with index</summary>
|
/// <summary>This is called after the item is added with index</summary>
|
||||||
public Action<int> OnAdd;
|
public Action<int> OnAdd;
|
||||||
|
|
||||||
/// <summary>This is called after the item is inserted with inedx</summary>
|
/// <summary>This is called after the item is inserted with index</summary>
|
||||||
public Action<int> OnInsert;
|
public Action<int> OnInsert;
|
||||||
|
|
||||||
/// <summary>This is called after the item is set with index and OLD Value</summary>
|
/// <summary>This is called after the item is set with index and OLD Value</summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user