summaryrefslogblamecommitdiffstats
path: root/src/Blocks/BlockGlazedTerracotta.h
blob: 21206ab77dcfab6c9b8633d3f8b54e7256eae3e3 (plain) (tree)
1
2
3
4


            
                          













                                                                                                 

#pragma once

#include "Mixins/Mixins.h"





class cBlockGlazedTerracottaHandler final :
	public cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03>>
{
	using Super = cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03>>;

public:

	using Super::Super;
};