LeviLamina
Loading...
Searching...
No Matches
PieceCollector.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace persona {
6
7struct PieceCollector {
8public:
9 // PieceCollector inner types define
10 enum class State : schar {};
11};
12
13} // namespace persona