Upload New File

parent 19a3d96c
import java.util.Vector;
public class PlayerCharacter {
public name//Customer;
public appeareance;
public location;
/**
*
* @element-type GameLevel
*/
public Vector includes;
/**
*
* @element-type GameObject
*/
public Vector interacts with;
public Inventory manages;
public GameProgram displays;
public void move() {
}
public void collectItem( GameItem) {
}
public void useObject( StaticObject) {
}
public void activateTrigger( GameTrigger) {
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment