Skip to content
Snippets Groups Projects
Select Git revision
  • f9dd6b398b98a5532aad1875b45fde95d34e4967
  • master default protected
2 results

checkbbb.sls

Blame
  • Enemy.java 488 B
    import greenfoot.*;  // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
    
    /**
     * Write a description of class Enemy here.
     * 
     * @author (your name) 
     * @version (a version number or a date)
     */
    public class Enemy extends Interactables
    {
        /**
         * Act - do whatever the Enemy wants to do. This method is called whenever
         * the 'Act' or 'Run' button gets pressed in the environment.
         */
        public void act() 
        {
            // Adddd your action code here.
        }
        
    }