Component: Rename MindComponent=>PuppetComponent

This commit is contained in:
2025-12-27 13:29:49 -04:00
parent 2222491c21
commit cd77f4b02d
7 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -56,9 +56,9 @@ private:
public:
director::Director director;
simulator::Simulator canvas;
MindComponent subconscious;
PuppetComponent subconscious;
body::Body body;
MindComponent world;
PuppetComponent world;
private:
friend class body::Body;