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