mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Add menu matcher for fullscreen property
This commit is contained in:
@ -11,6 +11,8 @@ namespace menu
|
||||
{
|
||||
public:
|
||||
std::string m_name;
|
||||
bool m_fullscreen;
|
||||
|
||||
std::vector<std::unique_ptr<CommonItemDef>> m_items;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user