begin client-server

This commit is contained in:
2025-08-06 20:10:56 +02:00
parent 89213e9a97
commit c813c49707
26 changed files with 264 additions and 188 deletions

View File

@@ -25,6 +25,8 @@ class ServerSimulation : public protocol::CommandHandler {
protocol::packets::LockStepsPacket Update();
protocol::packets::LockStepsPacket MakePacket();
// no checks are done !
virtual void Handle(const protocol::commands::SpawnTroopCommand& a_SpawnTroop) override;