package comport;

public class SoinAucun implements Soin
{
	@Override
	public void Soigner()
	{
		System.out.println("Je ne te soigne pas.");
	}
}
