ADD: added a command server with simple order handling

This commit is contained in:
Henry Winkel
2023-08-10 17:19:16 +02:00
parent 330bff31fb
commit 1f96b32aff
2 changed files with 12 additions and 7 deletions

View File

@@ -70,8 +70,7 @@ namespace Entities {
virtual void specificPhysicsCalculations(std::chrono::milliseconds::rep duration) = 0;
virtual void specificReloadCharacteristicts() = 0;
virtual void childWorker() = 0;
protected: