Upload New File

parent 8b6cae36
import java.util.Vector;
public class GameObject {
public name;
public description;
public appearance;
public location;
public status;
/**
*
* @element-type GameLevel
*/
public Vector includes;
public GameState updates;
public PlayerCharacter interacts with;
public GameProgram displays;
public void updateGameState( GameState) {
}
public void affectObject( GameObject) {
}
}
\ 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