Implement/match LegoEntity::Notify (#778)

This commit is contained in:
Christian Semmler
2024-04-06 13:59:38 -04:00
committed by GitHub
parent fc91da8666
commit f30ed0212b
7 changed files with 86 additions and 19 deletions

View File

@@ -82,6 +82,12 @@ void LegoPlantManager::SetCustomizeAnimFile(const char* p_value)
}
}
// STUB: LEGO1 0x10026c50
void LegoPlantManager::FUN_10026c50(LegoEntity* p_entity)
{
// TODO
}
// STUB: LEGO1 0x10026e00
MxResult LegoPlantManager::Tickle()
{