Mirror
Mirror copied to clipboard
NetworkClient.connection: type changed from NetworkConnection to explicit NetworkConnectionToServer to ensure correct usage. C# has a great type system, we should use to prevent issues.
we need to use explicit types for safety. this way C# type system can catch errors. notice the unit test being wrong, this wasn't caught before.
TODO
- [ ] 2 failing tests