1 /* 2 @See License.txt@ 3 */ 4 5 package spellcast.beings; 6 7 /*** 8 * @author Barrie Treloar 9 */ 10 public class Ogre extends Monster { 11 } 12