LeviLamina
Loading...
Searching...
No Matches
TitleHistory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Social {
6
7enum class TitleHistory : int {
8 Unknown = 0,
9 NotPlayed = 1,
10 HasPlayed = 2,
11};
12
13}