mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Tests: TargetThatIsTotallyValid renamed to TargetRpcWithNetworkConnection for easier debugging
This commit is contained in:
parent
9c5cd6284f
commit
4c0c5e74d3
@ -5,6 +5,6 @@ namespace WeaverTargetRpcTests.TargetRpcValid
|
||||
class TargetRpcValid : NetworkBehaviour
|
||||
{
|
||||
[TargetRpc]
|
||||
void TargetThatIsTotallyValid(NetworkConnection nc) { }
|
||||
void TargetRpcWithNetworkConnection(NetworkConnection nc) { }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user