LeviLamina
Loading...
Searching...
No Matches
TypeExecutingEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class TypeExecutingEvent : int {
6 Block = 0,
7 Item = 1,
8 None = 2,
9};
Definition Block.h:36
Definition Item.h:65