LeviLamina
Loading...
Searching...
No Matches
CommandState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI {
6
7template <typename T0>
8struct CommandState {};
9
10} // namespace OreUI
Definition CommandState.h:8