[BOSS] Stub ReceiveProperty

This commit is contained in:
wheremyfoodat 2023-03-12 23:20:24 +02:00
parent 857db77d06
commit 38fde0f608
2 changed files with 14 additions and 1 deletions

View file

@ -13,6 +13,7 @@ class BOSSService {
void initializeSession(u32 messagePointer);
void getOptoutFlag(u32 messagePointer);
void getTaskIdList(u32 messagePointer);
void receiveProperty(u32 messagePointer);
s8 optoutFlag;
public: