Upload New File

parent 6b6cd131
import java.util.Vector;
public class Inventory {
public totalSlots;
public availableSlots;
public unavailableSlots;
public item;
public money;
/**
*
* @element-type Item
*/
public Vector stores;
public PlayerCharacter manages;
public GameProgram displays;
public void addMoney( int) {
}
public void removeMoney( int) {
}
public void addItem( GameItem) {
}
public void removeItem( GameItem) {
}
}
\ 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