ADD: moved tracklist to parent class

This commit is contained in:
hwinkel
2023-11-10 13:27:17 +01:00
parent 407cb60444
commit 22149dc61d
4 changed files with 23 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <Entities/Tracklist/Tracklist.hpp>
#include "DirectCommunicationServer.hpp"
#include "Entities/Movement.hpp"
@@ -81,6 +81,9 @@ namespace Entities {
std::shared_ptr<SimCore::SimTrack> OwnShipTrack = nullptr;
std::unique_ptr<TrackList::TrackList> TrackList_ = nullptr;
std::string EntityName_;
SimCore::Kind::EntityKind EntityKind_;
SimCore::Side::EntitySide EntitySide_;