|
From: Michael B. <Mic...@gm...> - 2007-02-18 09:33:50
|
I am working on implementing trade routes, and I have a problem: I need to be able to save the trade routes with the save game and to ensure that they will be preserved during the communication between client and server. Thus, the easiest solution would be to implement them as FreeColGameObjects. However, trade routes need to be created by the client, not the server. How should we handle this problem? Regards Michael |