master
Add validation of BehaviorNetworkObject. Minor fixes.
Network: URL corruption fix when password is not set. Network: URL tests. Network: C# build fix due to too-fancy enum. Network: Make some func/field names clearer in Network class. Network: Expose OnClientConnected/OnClientDisconnected/OnConnectedToServer/OnDisconnectedFromServer as public API. This one is big, despite being very simple: now users can plug in their own transports if they wish to. All they need to do is pretty much reimplement Network::Connect() and Network::StartServer() on their side.