Implement/match LegoActor::ParseAction (#785)

* Implement/match LegoActor::ParseAction

* Add call to parent
This commit is contained in:
Christian Semmler
2024-04-08 08:23:31 -04:00
committed by GitHub
parent cf18aa8072
commit 5cf04bc3c3
8 changed files with 117 additions and 10 deletions

View File

@@ -10,5 +10,8 @@ extern const char* g_strOBJECT;
extern const char* g_strANIMATION;
extern const char* g_strACTION;
extern const char* g_strVISIBILITY;
extern const char* g_strSPEED;
extern const char* g_strATTACH_CAMERA;
extern const char* g_strMUTE;
#endif // DEFINE_H