LeviLamina
Loading...
Searching...
No Matches
LastClickedSource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class LastClickedSource : uchar {
6 RegularSignIn = 0,
7 DemoHomePage = 1,
8 LibraryPDP = 2,
9 SwitchAccounts = 3,
10 SignOut = 4,
11};