zombie.characters
Class IsoGameCharacter.Wound

java.lang.Object
  extended by zombie.characters.IsoGameCharacter.Wound
Enclosing class:
IsoGameCharacter

public class IsoGameCharacter.Wound
extends java.lang.Object


Field Summary
 boolean bandaged
           
 float bleeding
           
 float infectAmount
           
 boolean infectedNormal
           
 boolean infectedZombie
           
 IsoGameCharacter.BodyLocation loc
           
 boolean tourniquet
           
 
Constructor Summary
IsoGameCharacter.Wound()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bandaged

public boolean bandaged

bleeding

public float bleeding

infectAmount

public float infectAmount

infectedNormal

public boolean infectedNormal

infectedZombie

public boolean infectedZombie

loc

public IsoGameCharacter.BodyLocation loc

tourniquet

public boolean tourniquet
Constructor Detail

IsoGameCharacter.Wound

public IsoGameCharacter.Wound()