LegoActor implementation (#253)

* LegoActor

* LegoEntity

* Replace float with MxFloat

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2023-10-30 09:15:43 -04:00
committed by GitHub
parent f4646a7075
commit 787d932825
4 changed files with 38 additions and 31 deletions

View File

@@ -13,10 +13,7 @@
class LegoEntity : public MxEntity {
public:
// Inlined at 0x100853f7
inline LegoEntity()
{
// TODO
}
inline LegoEntity() { Init(); }
__declspec(dllexport) virtual ~LegoEntity() override; // vtable+0x0