/** * */ package de.fhswf.in.inf.java1.aufgabe7; import java.util.Random; /** * TODO Add comment here * * @author $Author: $ * @version $Revision: $, $Date: $ UTC */ public class Spiel { private int nussPlatz = -1; private Random rnd = new Random(); /** * TODO Add constructor comment here * */ public Spiel() { // TODO Auto-generated constructor stub } }