BuildingEntity: start constructor/destructor

This commit is contained in:
Joshua Peisach 2023-10-06 10:46:02 -04:00 committed by GitHub
parent 1da1d291a8
commit d29285ad78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,15 @@
#include "buildingentity.h"
// OFFSET: LEGO1 0x10014e20 STUB
#include "mxomni.h"
// OFFSET: LEGO1 0x10014e20
BuildingEntity::BuildingEntity()
{
// TODO
NotificationManager()->Register(this);
}
// OFFSET: LEGO1 0x10015030 STUB
// OFFSET: LEGO1 0x10015030
BuildingEntity::~BuildingEntity()
{
// TODO
NotificationManager()->Unregister(this);
}