Component: Rename MindComponent=>PuppetComponent
This commit is contained in:
@@ -14,7 +14,7 @@ namespace smo {
|
||||
namespace body {
|
||||
|
||||
Body::Body(Mind &parent, const std::shared_ptr<ComponentThread> &thread)
|
||||
: MindComponent(parent, thread)
|
||||
: PuppetComponent(parent, thread)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user