DIFF

TTSKOPants.c

class TTSKOPants extends Pants_Base
{
	override void SetActions()
	{
		super.SetActions();
		AddAction(ActionWringClothes);
	}
};