Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. public Adventure(int idAdventure, String name, String maker, int idGraphics, int idMusic, int idBook) {
  2.         this.idAdventure = idAdventure;
  3.         this.name = name;
  4.         this.maker = maker;
  5.         this.idGraphics = idGraphics;
  6.         this.idMusic = idMusic;
  7.         this.idBook = idBook;
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement