LeviLamina
Loading...
Searching...
No Matches
ItemStopUseEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/events/ItemChargeEvent.h"
7
9public:
10 // member functions
11 // NOLINTBEGIN
12 MCAPI ~ItemStopUseEvent();
13 // NOLINTEND
14
15public:
16 // destructor thunk
17 // NOLINTBEGIN
18 MCFOLD void $dtor();
19 // NOLINTEND
20};
Definition ItemChargeEvent.h:11
Definition ItemStopUseEvent.h:8