Skip to content

Commit a1217ae

Browse files
committed
Add pvp exceptions
1 parent 8ddae9a commit a1217ae

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pvpExceptions.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,24 +1377,31 @@
13771377
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests: .ctor(HostOrServer, CollectionTypes): undocumented",
13781378
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests: void OnServerAndClientsCreated(): undocumented",
13791379
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests: IEnumerator CollectionAndOwnershipChangingTest(): undocumented",
1380+
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests: IEnumerator CollectionFastChangingTest(): undocumented",
13801381
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests.CollectionTypes: undocumented",
13811382
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests.CollectionTypes: Dictionary: undocumented",
13821383
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests.CollectionTypes: List: undocumented",
13831384
"Unity.Netcode.RuntimeTests.DictionaryCollectionUpdateHelper: bool OnValidateAgainst(BaseCollectionUpdateHelper): undocumented",
1384-
"Unity.Netcode.RuntimeTests.DictionaryCollectionUpdateHelper: void OnClear(): undocumented",
1385+
"Unity.Netcode.RuntimeTests.DictionaryCollectionUpdateHelper: void OnClear(bool): undocumented",
13851386
"Unity.Netcode.RuntimeTests.DictionaryCollectionUpdateHelper: void AddItem(): undocumented",
1387+
"Unity.Netcode.RuntimeTests.DictionaryCollectionUpdateHelper: void OnNetworkPostSpawn(): undocumented",
1388+
"Unity.Netcode.RuntimeTests.DictionaryCollectionUpdateHelper: void OnNetworkDespawn(): undocumented",
1389+
"Unity.Netcode.RuntimeTests.DictionaryCollectionUpdateHelper: int OnValueChangedCount(): undocumented",
13861390
"Unity.Netcode.RuntimeTests.ListCollectionUpdateHelper: bool OnValidateAgainst(BaseCollectionUpdateHelper): undocumented",
1387-
"Unity.Netcode.RuntimeTests.ListCollectionUpdateHelper: void OnClear(): undocumented",
13881391
"Unity.Netcode.RuntimeTests.ListCollectionUpdateHelper: void AddItem(): undocumented",
1392+
"Unity.Netcode.RuntimeTests.ListCollectionUpdateHelper: void OnClear(bool): undocumented",
1393+
"Unity.Netcode.RuntimeTests.ListCollectionUpdateHelper: void OnNetworkPostSpawn(): undocumented",
1394+
"Unity.Netcode.RuntimeTests.ListCollectionUpdateHelper: void OnNetworkDespawn(): undocumented",
1395+
"Unity.Netcode.RuntimeTests.ListCollectionUpdateHelper: int OnValueChangedCount(): undocumented",
13891396
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: VerboseMode: undocumented",
13901397
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: HelperState: undocumented",
13911398
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void SetState(HelperStates): undocumented",
13921399
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: bool OnValidateAgainst(BaseCollectionUpdateHelper): undocumented",
13931400
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: bool ValidateAgainst(BaseCollectionUpdateHelper): undocumented",
13941401
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void OnNetworkSpawn(): undocumented",
13951402
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void OnNetworkDespawn(): undocumented",
1396-
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void OnClear(): undocumented",
13971403
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void Clear(): undocumented",
1404+
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void OnClear(bool): undocumented",
13981405
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void AddItem(): undocumented",
13991406
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void OnOwnershipChanged(ulong, ulong): undocumented",
14001407
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void Log(string): undocumented",

0 commit comments

Comments
 (0)