Botcraft 1.21.4
Loading...
Searching...
No Matches
ConsumeEffectData.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 767 /* > 1.21.1 */
2#pragma once
4
5namespace ProtocolCraft
6{
7 namespace Components
8 {
10 {
11 public:
12 virtual ~ConsumeEffectData() {};
13 };
14 }
15}
16#endif