blob: 21206ab77dcfab6c9b8633d3f8b54e7256eae3e3 (
plain) (
tree)
|
|
#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;
};
|