summaryrefslogblamecommitdiffstats
path: root/src/Items/ItemCloth.h
blob: 149bd642b851f42f6ad5f9095e38087e2502da5e (plain) (tree)
1
2
3
4
5
6
7
8
9








                        
                               


                           
                                                   








                                          

#pragma once

#include "ItemHandler.h"





class cItemClothHandler final :
	public cItemHandler
{
public:
	constexpr cItemClothHandler(int a_ItemType)
		: cItemHandler(a_ItemType)
	{

	}
} ;