mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Updated SyncDictinoary doc
This commit is contained in:
parent
4e07f3a348
commit
549b222ec0
@ -21,9 +21,9 @@ public class SyncIDictionary<TKey, TValue> : SyncObject, IDictionary<TKey, TValu
|
|||||||
public enum Operation : byte
|
public enum Operation : byte
|
||||||
{
|
{
|
||||||
OP_ADD,
|
OP_ADD,
|
||||||
OP_CLEAR,
|
OP_SET,
|
||||||
OP_REMOVE,
|
OP_REMOVE,
|
||||||
OP_SET
|
OP_CLEAR
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user