zombie.characters.Moodles
Class Moodle

java.lang.Object
  extended by zombie.characters.Moodles.Moodle

public class Moodle
extends java.lang.Object

Author:
Nick

Constructor Summary
Moodle(MoodleType ChosenType, IsoGameCharacter parent)
           
 
Method Summary
 int getLevel()
           
 void SetLevel(int val)
           
 boolean Update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Moodle

public Moodle(MoodleType ChosenType,
              IsoGameCharacter parent)
Method Detail

getLevel

public int getLevel()

SetLevel

public void SetLevel(int val)

Update

public boolean Update()