LeviLamina
Loading...
Searching...
No Matches
NotifyItemUsedOnEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class NotifyItemUsedOnEvent : int {
6 Skip = 0,
7 Notify = 1,
8};