Select Git revision
contact.php
-
Peter Fricke authoredPeter Fricke authored
ToiletPaper.java 482 B
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
/**
* Write a description of class ToiletPaper here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class ToiletPaper extends Item
{
/**
* Act - do whatever the ToiletPaper wants to do. This method is called whenever
* the 'Act' or 'Run' button gets pressed in the environment.
*/
public void act()
{
disappear();
}
}