DIFF

LeatherSack_Natural.c

/*
class LeatherSack_Natural : Clothing
{
	override bool IsClothing()
	{
		return true;
	}
}
*/