DIFF

LeatherMoccasinsShoes_Natural.c

class LeatherMoccasinsShoes_Natural : Clothing
{
	override bool IsClothing()
	{
		return true;
	}
}