Currently all guis do all of the treaty list handling themselves. Networking code calls gui code directly (handle_*() -functions for those packets implemented in gui code)
Introduce client common code layer between receiving the network packets and gui specific code. Depends on #44501
Currently all guis do all of the treaty list handling themselves. Networking code calls gui code directly (handle_*() -functions for those packets implemented in gui code)
Introduce client common code layer between receiving the network packets and gui specific code. Depends on #44501