isle/LEGO1/skateboard.cpp

19 lines
328 B
C++
Raw Normal View History

#include "skateboard.h"
#include "decomp.h"
2023-10-24 19:38:27 -04:00
#include "mxnotificationmanager.h"
#include "mxomni.h"
DECOMP_SIZE_ASSERT(SkateBoard, 0x168);
// OFFSET: LEGO1 0x1000fd40
SkateBoard::SkateBoard()
{
2023-10-24 19:38:27 -04:00
this->m_unk160 = 0;
this->m_unk13c = 15.0;
this->m_unk150 = 3.5;
this->m_unk148 = 1;
2023-10-24 19:38:27 -04:00
NotificationManager()->Register(this);
}