implement a few mxomni/legoomni functions (#193)

This commit is contained in:
Misha
2023-10-09 06:31:36 -04:00
committed by GitHub
parent 0db96ce2d6
commit 625ee52fe0
5 changed files with 33 additions and 16 deletions

View File

@@ -121,6 +121,12 @@ void MxOmni::StopTimer()
}
}
// OFFSET: LEGO1 0x10058a90
MxBool MxOmni::IsTimerRunning()
{
return m_timerRunning;
}
// OFFSET: LEGO1 0x100b0690
void MxOmni::DestroyInstance()
{