mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
remove unused SyncList.Dirty function
This commit is contained in:
parent
7898dc2347
commit
1eae07fa2c
@ -330,11 +330,6 @@ public void RemoveAt(int index)
|
||||
AddOperation(Operation.OP_REMOVEAT, index);
|
||||
}
|
||||
|
||||
public void Dirty(int index)
|
||||
{
|
||||
AddOperation(Operation.OP_DIRTY, index, objects[index]);
|
||||
}
|
||||
|
||||
public T this[int i]
|
||||
{
|
||||
get => objects[i];
|
||||
|
Loading…
Reference in New Issue
Block a user