DIFF

LeatherPants_Natural.c

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