Skip to content

Commit

Permalink
fix: Fixed a missing RuntimeAccessModifiers change for universal RPC …
Browse files Browse the repository at this point in the history
…attribute (#2783)
  • Loading branch information
ShadauxCat authored Dec 4, 2023
1 parent 79b465d commit 1495e68
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ private void ProcessNetworkBehaviour(TypeDefinition typeDefinition)
methodDefinition.Name == nameof(NetworkBehaviour.__endSendServerRpc) ||
methodDefinition.Name == nameof(NetworkBehaviour.__beginSendClientRpc) ||
methodDefinition.Name == nameof(NetworkBehaviour.__endSendClientRpc) ||
methodDefinition.Name == nameof(NetworkBehaviour.__beginSendRpc) ||
methodDefinition.Name == nameof(NetworkBehaviour.__endSendRpc) ||
methodDefinition.Name == nameof(NetworkBehaviour.__initializeVariables) ||
methodDefinition.Name == nameof(NetworkBehaviour.__initializeRpcs) ||
methodDefinition.Name == nameof(NetworkBehaviour.__registerRpc) ||
Expand Down

0 comments on commit 1495e68

Please sign in to comment.