Component: Rename MindComponent=>PuppetComponent
This commit is contained in:
@@ -13,11 +13,11 @@ class ComponentThread;
|
||||
namespace simulator {
|
||||
|
||||
class Simulator
|
||||
: public MindComponent
|
||||
: public PuppetComponent
|
||||
{
|
||||
public:
|
||||
Simulator(Mind &parent, const std::shared_ptr<ComponentThread> &thread)
|
||||
: MindComponent(parent, thread)
|
||||
: PuppetComponent(parent, thread)
|
||||
{}
|
||||
|
||||
~Simulator() = default;
|
||||
|
||||
Reference in New Issue
Block a user