package eug.specific.eu2;
///*
// * LandUnit.java
// *
// * Created on August 1, 2006, 10:05 PM
// */
//
//package eug.specific.eu2;
//
//import eug.shared.GenericObject;
//
///**
// *
// * @author Michael Myers
// */
//public class LandUnit extends EU2SpecificObject {
//
// /** Creates a new instance of LandUnit */
// public LandUnit(GenericObject go, EU2Scenario s) {
// super(go, s);
// }
//
// public double numInf() {
// return go.getDouble("inf");
// }
//
// public double numCav() {
// return go.getDouble("cav");
// }
//
// public double numArt() {
// return go.getDouble("art");
// }
//
// public int getLocation() {
// return go.getInt("location");
// }
//}