/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package server.farm; /** * * @author Itzik */ public class FarmMonster { public FarmMonster(int id, String name) { } }