A couple more addrs

This commit is contained in:
disinvite 2024-12-04 18:07:59 -05:00
parent abd8b12e2d
commit 58919f9669
2 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,8 @@ class LegoEventNotificationParam : public MxNotificationParam {
// FUNCTION: BETA10 0x1007d620
void SetModifier(MxU8 p_modifier) { m_modifier = p_modifier; }
// FUNCTION: BETA10 0x1007d6b0
void SetKey(MxU8 p_key) { m_key = p_key; }
// FUNCTION: BETA10 0x1007d650

View File

@ -57,6 +57,8 @@ class MxNotificationParam : public MxParam {
// FUNCTION: BETA10 0x1007d5c0
void SetNotification(NotificationId p_type) { m_type = p_type; }
// FUNCTION: BETA10 0x1007d5f0
void SetSender(MxCore* p_sender) { m_sender = p_sender; }
protected: