first commit
This commit is contained in:
27
CS1322/p6/MyWay2/CMonster.java
Normal file
27
CS1322/p6/MyWay2/CMonster.java
Normal file
@@ -0,0 +1,27 @@
|
||||
/**
|
||||
* <PRE>
|
||||
* Monster.java
|
||||
*
|
||||
* Revisions: 1.0 Nov. 13, 2002
|
||||
* Created the Monster class
|
||||
*
|
||||
* </PRE>
|
||||
*
|
||||
* @author <A HREF="mailto:gtg184g@mail.gatech.edu">Jose Manuel Caban</A>
|
||||
* @version Version 1.0, Nov. 13, 2002
|
||||
*/
|
||||
|
||||
public abstract class CMonster extends CCoord implements Constants{
|
||||
|
||||
/**
|
||||
*Defines the Intelligence of the monster
|
||||
*whether player controlled or CPU controlled
|
||||
*/
|
||||
protected CIntelligence oIntel;
|
||||
|
||||
/**
|
||||
*Define image for monster
|
||||
*/
|
||||
protected CSprite imgSprite;
|
||||
|
||||
}// end of class Monster
|
||||
Reference in New Issue
Block a user