net.vee.btech.unit
Class MechTorso

java.lang.Object
  |
  +--net.vee.btech.unit.Structure
        |
        +--net.vee.btech.unit.MechStructure
              |
              +--net.vee.btech.unit.MechTorso

public abstract class MechTorso
extends MechStructure

A battlemech's torso.


Field Summary
protected  int mArmorRear
           
 
Fields inherited from class net.vee.btech.unit.MechStructure
mArmor, mInternalStructure
 
Fields inherited from class net.vee.btech.unit.Structure
mComponents
 
Constructor Summary
MechTorso()
           
 
Methods inherited from class net.vee.btech.unit.Structure
getComponents, getFirstComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mArmorRear

protected int mArmorRear
Constructor Detail

MechTorso

public MechTorso()