// // Created by sebastian on 14.02.26. // #ifndef DICEWARS_SIEDLER_MODELSTATECOMPONENT_H #define DICEWARS_SIEDLER_MODELSTATECOMPONENT_H #include #include "Component.h" class ModelStateComponent : public Component{ public: std::unordered_map params; }; #endif //DICEWARS_SIEDLER_MODELSTATECOMPONENT_H