/* * File: AdvObject.java * -------------------- * This file defines a class that models an object in the * Adventure game. */ import acm.util.*; import java.io.*; /* Class: AdvObject */ /** * This class defines an object in the Adventure game. An object is * characterized by the following properties: * *