1
0
cuberite-2a/src/Items/ItemCloth.h
2013-11-24 14:19:41 +00:00

24 lines
181 B
C++

#pragma once
#include "ItemHandler.h"
class cItemClothHandler :
public cItemHandler
{
public:
cItemClothHandler(int a_ItemType)
: cItemHandler(a_ItemType)
{
}
} ;