Skip to content
Snippets Groups Projects
Select Git revision
  • 69be28ced277780f9708bd5bed24091569fcc892
  • main default
  • hsh-MOODLE_404+
  • hsh_3.10
  • master protected
  • v1.4.7
  • v1.4.6
  • v1.4.5
  • v1.4.3
  • v1.4.1
  • v1.4
  • v1.3r2
  • v1.3
  • v1.2
14 results

locallib.php

Blame
  • Enemy.java 486 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() 
        {
            // Add your action code here.
        }
        
    }