LeviLamina
Loading...
Searching...
No Matches
ScreenChangedProperties.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI::RouterLocationEventingUtils {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<1, 1, bool> mShouldFireEvent;
12 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::string>> mEventProperties;
13 // NOLINTEND
14
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCAPI ~ScreenChangedProperties();
19 // NOLINTEND
20
21public:
22 // destructor thunk
23 // NOLINTBEGIN
24 MCFOLD void $dtor();
25 // NOLINTEND
26};
27
28} // namespace OreUI::RouterLocationEventingUtils