LeviLamina
Loading...
Searching...
No Matches
AttributeMessageTypes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace AttributeMessageTypes {
6// inner types
7enum : int {
8 Exhaustion = 0,
9 Count = 1,
10};
11
12} // namespace AttributeMessageTypes