LeviLamina
Loading...
Searching...
No Matches
ReportedItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Clubs {
6
8public:
9 // ReportedItem inner types define
10 enum class Type : uint {};
11};
12
13} // namespace Clubs
Definition ReportedItem.h:7